summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 23:59:39 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 23:59:39 -0600
commit5d7a50baaa1a688660fed5da400ff1ebd5c81049 (patch)
tree0779feeed704112196221ba57ef3c9edc28d85e6 /crawl-ref/source/spl-data.h
parente79ba3e8f21761993dfce92a4d8753dbc8503809 (diff)
downloadcrawl-ref-5d7a50baaa1a688660fed5da400ff1ebd5c81049.tar.gz
crawl-ref-5d7a50baaa1a688660fed5da400ff1ebd5c81049.zip
Add spell flag SPFLAG_HASTY, and mark hasty spells with it.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index bc168a3b2b..98db59cb82 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -207,10 +207,10 @@
{
SPELL_HASTE, "Haste",
SPTYP_ENCHANTMENT,
- SPFLAG_DIR_OR_TARGET | SPFLAG_HELPFUL,
+ SPFLAG_DIR_OR_TARGET | SPFLAG_HELPFUL | SPFLAG_HASTY,
6, // lowered to 6 from 8, since it's easily available from various items
// and Swiftness is level 2 (and gives a similar effect). It's also
- // not that much better than Invisibility. -- bwr
+ // not that much better than Invisibility. - bwr
200,
LOS_RADIUS, LOS_RADIUS,
0,
@@ -860,7 +860,7 @@
{
SPELL_BERSERKER_RAGE, "Berserker Rage",
SPTYP_ENCHANTMENT,
- SPFLAG_NONE,
+ SPFLAG_HASTY,
3,
0,
-1, -1,
@@ -1172,7 +1172,7 @@
{
SPELL_SWIFTNESS, "Swiftness",
SPTYP_ENCHANTMENT | SPTYP_AIR,
- SPFLAG_NONE,
+ SPFLAG_HASTY,
2,
200,
-1, -1,
@@ -2384,7 +2384,7 @@
{
SPELL_HASTE_OTHER, "Haste Other",
SPTYP_ENCHANTMENT,
- SPFLAG_DIR_OR_TARGET | SPFLAG_HELPFUL,
+ SPFLAG_DIR_OR_TARGET | SPFLAG_HELPFUL | SPFLAG_HASTY,
6,
200,
LOS_RADIUS, LOS_RADIUS,