Changeset 783
- Timestamp:
- 03/17/08 18:47:03 (6 months ago)
- Files:
-
- trunk/src/list-effects.h (modified) (1 diff)
- trunk/src/obj-info.c (modified) (1 diff)
- trunk/src/trap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/list-effects.h
r763 r783 220 220 221 221 EFFECT(RING_ACID, TRUE, "grants acid resistance for d20+20 turns and creates an acid ball of damage 70") 222 EFFECT(RING_FLAMES, TRUE, "grants fire resistance for d20+20 turns and creates a nfire ball of damage 80")223 EFFECT(RING_ICE, TRUE, "grants cold resistance for d20+20 turns and creates a ncold ball of damage 75")224 EFFECT(RING_LIGHTNING, TRUE, "grants electricity resistance for d20+20 turns and creates a nlightning ball of damage 85")222 EFFECT(RING_FLAMES, TRUE, "grants fire resistance for d20+20 turns and creates a fire ball of damage 80") 223 EFFECT(RING_ICE, TRUE, "grants cold resistance for d20+20 turns and creates a cold ball of damage 75") 224 EFFECT(RING_LIGHTNING, TRUE, "grants electricity resistance for d20+20 turns and creates a lightning ball of damage 85") 225 225 226 226 EFFECT(DRAGON_BLUE, TRUE, "allows you to breathe lightning for 100 damage") trunk/src/obj-info.c
r753 r783 720 720 if (!object_known_p(o_ptr)) 721 721 { 722 text_out("You do not know the full extent of this item's powers. ");722 text_out("You do not know the full extent of this item's powers.\n"); 723 723 has_info = TRUE; 724 724 } trunk/src/trap.c
r634 r783 125 125 /* Leaving */ 126 126 p_ptr->leaving = TRUE; 127 128 /* Don't generate connected stairs */ 129 p_ptr->create_down_stair = FALSE; 130 p_ptr->create_up_stair = FALSE; 127 131 128 132 break;
