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/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 757217cb10..534d78c36a 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1199,7 +1199,7 @@ enum duration_type DUR_TRANSFORMATION, DUR_DEATH_CHANNEL, DUR_DEFLECT_MISSILES, - DUR_FORESCRY, + DUR_PHASE_SHIFT, DUR_SEE_INVISIBLE, DUR_WEAPON_BRAND, // general "branding" spell counter DUR_SILENCE, @@ -2795,7 +2795,7 @@ enum spell_type SPELL_MASS_SLEEP, SPELL_DETECT_SECRET_DOORS, SPELL_SEE_INVISIBLE, - SPELL_FORESCRY, + SPELL_PHASE_SHIFT, SPELL_SUMMON_BUTTERFLIES, // 140 SPELL_WARP_BRAND, SPELL_SILENCE, -- cgit v1.2.3-54-g00ecf