Changeset 700

Show
Ignore:
Timestamp:
02/08/08 08:28:10 (10 months ago)
Author:
takkaria
Message:

Make the player actually always start with at least 200AU. (closes #452)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/birth.c

    r698 r700  
    435435 
    436436        /* Minimum 200 gold */ 
    437         if (gold < 100) gold = 200; 
     437        if (gold < 200) gold = 200; 
    438438 
    439439        /* Save the gold */