Changeset 613

Show
Ignore:
Timestamp:
12/21/07 20:14:44 (10 months ago)
Author:
takkaria
Message:

Clean up the object description code a bit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/obj-info.c

    r608 r613  
    523523        } while (*desc++); 
    524524 
    525         text_out(".  "); 
     525        text_out(".\n"); 
    526526 
    527527        if (base || dice || sides) 
    528528        { 
    529529                /* Some artifacts can be activated */ 
    530                 text_out("When it is used, it takes "); 
     530                text_out("It takes "); 
    531531 
    532532                /* Output the number of turns */ 
     
    543543                } 
    544544 
    545                 text_out(" turns to recharge"); 
     545                text_out(" turns to recharge after use.\n"); 
    546546        } 
    547547 
     
    708708                text_out("Provides nourishment for about "); 
    709709                text_out_c(TERM_L_GREEN, "%d", o_ptr->pval / 2); 
    710                 text_out(" turns under normal conditions."); 
     710                text_out(" turns under normal conditions.\n"); 
    711711                has_info = TRUE; 
    712712        } 
     
    741741                text_out("Provides nourishment for about "); 
    742742                text_out_c(TERM_L_GREEN, "%d", o_ptr->pval / 2); 
    743                 text_out(" turns under normal conditions.  "); 
     743                text_out(" turns under normal conditions.\n"); 
    744744                has_info = TRUE; 
    745745        }