Changeset 1398
- Timestamp:
- 05/15/09 03:28:06 (16 months ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
config.h (modified) (1 diff)
-
object/obj-util.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config.h
r1303 r1398 105 105 106 106 107 /*108 * OPTION: use "power" rating algorithm to determine prices of wearable109 * items (weapons, armour, jewelry, light sources, ammo). If this option is110 * used, only wearable items will be priced this way - consumables will still111 * use prices from text files.112 */113 #define POWER_PRICING114 115 107 116 108 /*** X11 settings ***/ -
trunk/src/object/obj-util.c
r1395 r1398 1372 1372 object_kind *k_ptr = &k_info[o_ptr->k_idx]; 1373 1373 1374 #ifdef POWER_PRICING1375 1374 s32b power; 1376 1375 int a = 2; … … 1423 1422 return (total_value); 1424 1423 } 1425 #endif /* POWER_PRICING */1426 1424 1427 1425 /* Hack -- "worthless" items */
