From a3ed7b6290c0b2ed92590fe4021a451886af85a1 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 5 Apr 2007 14:49:52 +0000 Subject: Updated build instructions for DOS, Windows, Linux. Fixed targeting for Sandblast, Bone Shards, verified that targeting works okay for all spells (woof). Updated level layouts with more random features (David). Made makefile.unix default to using flex instead of lex. Tweaked beam names for dragon breath. s/Paralyze/Paralyse/ Don't show current target for direction-only targeting. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1222 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-data.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 758514fe91..f588cbdae8 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -291,7 +291,7 @@ }, { - SPELL_PARALYZE, "Paralyze", + SPELL_PARALYZE, "Paralyse", SPTYP_ENCHANTMENT, SPFLAG_DIR_OR_TARGET, 4, @@ -469,9 +469,9 @@ { SPELL_SMITING, "Smiting", SPTYP_HOLY, - SPFLAG_NONE, + SPFLAG_TARGET | SPFLAG_NOT_SELF, 4, - NULL + "Smite whom?" }, { @@ -677,7 +677,7 @@ 1, NULL }, - + { SPELL_VAMPIRIC_DRAINING, "Vampiric Draining", SPTYP_NECROMANCY, @@ -873,7 +873,7 @@ { SPELL_BONE_SHARDS, "Bone Shards", SPTYP_NECROMANCY, - SPFLAG_NONE, + SPFLAG_DIR_OR_TARGET, 3, NULL }, -- cgit v1.2.3-54-g00ecf