Changeset 568
- Timestamp:
- 09/17/07 07:49:44 (1 year ago)
- Files:
-
- trunk/src/birth.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/birth.c
r563 r568 1180 1180 1181 1181 /* 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; 1183 1183 1184 1184 /* Calculate the bonuses and hitpoints */
