Changeset 568

Show
Ignore:
Timestamp:
09/17/07 07:49:44 (1 year ago)
Author:
takkaria
Message:

Make point-based points worth less gold.

Files:

Legend:

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

    r563 r568  
    11801180 
    11811181                /* Gold is inversely proportional to cost */ 
    1182                 p_ptr->au = p_ptr->au_birth = (100 * (48 - cost)) + 100; 
     1182                p_ptr->au = p_ptr->au_birth = (50 * (48 - cost)) + 100; 
    11831183 
    11841184                /* Calculate the bonuses and hitpoints */