Changeset 1398

Show
Ignore:
Timestamp:
05/15/09 03:28:06 (16 months ago)
Author:
takkaria
Message:

Remove the power pricing option, make it permanently on.

Location:
trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/config.h

    r1303 r1398  
    105105 
    106106 
    107 /* 
    108  * OPTION: use "power" rating algorithm to determine prices of wearable 
    109  * items (weapons, armour, jewelry, light sources, ammo). If this option is 
    110  * used, only wearable items will be priced this way - consumables will still 
    111  * use prices from text files. 
    112  */ 
    113 #define POWER_PRICING 
    114  
    115107 
    116108/*** X11 settings ***/ 
  • trunk/src/object/obj-util.c

    r1395 r1398  
    13721372        object_kind *k_ptr = &k_info[o_ptr->k_idx]; 
    13731373 
    1374 #ifdef POWER_PRICING 
    13751374        s32b power; 
    13761375        int a = 2; 
     
    14231422                return (total_value); 
    14241423        } 
    1425 #endif /* POWER_PRICING */ 
    14261424 
    14271425        /* Hack -- "worthless" items */