Changeset 354
- Timestamp:
- 07/18/07 18:49:11 (1 year ago)
- Files:
-
- branches/angband-3.0.8/src/cmd4.c (modified) (1 diff)
- branches/angband-3.0.8/src/defines.h (modified) (1 diff)
- branches/angband-3.0.8/src/store.c (modified) (2 diffs)
- branches/angband-3.0.8/src/wizard2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/angband-3.0.8/src/cmd4.c
r341 r354 2060 2060 2061 2061 /* Wipe finder */ 2062 my_strcpy(finder, "", sizeof( shower));2062 my_strcpy(finder, "", sizeof(finder)); 2063 2063 2064 2064 /* Wipe shower */ 2065 my_strcpy(shower, "", sizeof( finder));2065 my_strcpy(shower, "", sizeof(shower)); 2066 2066 2067 2067 branches/angband-3.0.8/src/defines.h
r270 r354 1713 1713 #define INSCRIP_UNCURSED 9 1714 1714 #define INSCRIP_INDESTRUCTIBLE 10 1715 #define INSCRIP_SQUELCH 111716 1715 1717 1716 /* branches/angband-3.0.8/src/store.c
r335 r354 129 129 "You fiend!", 130 130 "The shopkeeper curses at you.", 131 "The shopkeeper glares at you." ,131 "The shopkeeper glares at you." 132 132 }; 133 133 … … 382 382 * Determine the price of an object (qty one) in a store. 383 383 * 384 * `flip`== TRUE means the shop is buying, player selling385 * == FALSE means the shop is selling, player buying384 * store_buying == TRUE means the shop is buying, player selling 385 * == FALSE means the shop is selling, player buying 386 386 * 387 387 * This function takes into account the player's charisma, and the branches/angband-3.0.8/src/wizard2.c
r334 r354 1135 1135 (void)clear_timed(TMD_CUT); 1136 1136 (void)clear_timed(TMD_SLOW); 1137 (void)clear_timed(TMD_AMNESIA); 1137 1138 1138 1139 /* No longer hungry */
