From 6e95fa8022f97144a6f99af228beaf3d66e90021 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 14 Aug 2009 23:35:55 +0000 Subject: As per FR 2837779, change Forescry to Phase Shift (Trl). Same level, same effect, but different name, description, and messages. Also, See Invisible is now pure Ench, and has been moved into the Book of Enchantments. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10548 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index deb7d06642..f44fedd3b5 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -1142,7 +1142,7 @@ void antimagic() DUR_MIGHT, DUR_FIRE_SHIELD, DUR_ICY_ARMOUR, DUR_REPEL_MISSILES, DUR_REGENERATION, DUR_SWIFTNESS, DUR_STONEMAIL, DUR_CONTROL_TELEPORT, DUR_TRANSFORMATION, DUR_DEATH_CHANNEL, DUR_DEFLECT_MISSILES, - DUR_FORESCRY, DUR_SEE_INVISIBLE, DUR_WEAPON_BRAND, DUR_SILENCE, + DUR_PHASE_SHIFT, DUR_SEE_INVISIBLE, DUR_WEAPON_BRAND, DUR_SILENCE, DUR_CONDENSATION_SHIELD, DUR_STONESKIN, DUR_BARGAIN, DUR_INSULATION, DUR_RESIST_POISON, DUR_RESIST_FIRE, DUR_RESIST_COLD, DUR_SLAYING, DUR_STEALTH, DUR_MAGIC_SHIELD, DUR_SAGE, DUR_PETRIFIED @@ -1256,8 +1256,8 @@ void extension(int pow) if (you.duration[DUR_STONESKIN]) cast_stoneskin(pow); - if (you.duration[DUR_FORESCRY]) - cast_forescry(pow); + if (you.duration[DUR_PHASE_SHIFT]) + cast_phase_shift(pow); if (you.duration[DUR_SEE_INVISIBLE]) cast_see_invisible(pow); -- cgit v1.2.3-54-g00ecf