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/spl-data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/spl-data.h') diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h index 5dc56a79f0..558e2a52da 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -1876,7 +1876,7 @@ { SPELL_SEE_INVISIBLE, "See Invisible", - SPTYP_ENCHANTMENT | SPTYP_DIVINATION, + SPTYP_ENCHANTMENT, SPFLAG_HELPFUL, 4, 200, @@ -1888,8 +1888,8 @@ }, { - SPELL_FORESCRY, "Forescry", - SPTYP_DIVINATION, + SPELL_PHASE_SHIFT, "Phase Shift", + SPTYP_TRANSLOCATION, SPFLAG_HELPFUL, 5, 200, -- cgit v1.2.3-54-g00ecf