Changeset 885

Show
Ignore:
Timestamp:
05/10/08 18:21:44 (3 months ago)
Author:
takkaria
Message:

Restore starting gold to 200.

Files:

Legend:

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

    r844 r885  
    755755         
    756756        /* Gold is inversely proportional to cost */ 
    757         p_ptr->au = p_ptr->au_birth = (50 * points_left) + 100; 
     757        p_ptr->au = p_ptr->au_birth = (50 * points_left) + 200; 
    758758 
    759759        /* Update bonuses, hp, etc. */