summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-07-22 18:22:01 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-07-22 18:22:01 -0600
commit685f7f1fa48aa4198b5dd80a86b02d9f7f4cc1fb (patch)
treee2b9383851bf93f95c41212bc569cd9590598933 /crawl-ref/source/mon-spll.h
parent7f377d1fea46411426df256178671021ce89183d (diff)
downloadcrawl-ref-685f7f1fa48aa4198b5dd80a86b02d9f7f4cc1fb.tar.gz
crawl-ref-685f7f1fa48aa4198b5dd80a86b02d9f7f4cc1fb.zip
Remove Haste from spriggan air mages.
The justification given for giving them the spell initially in 0b45604 was "they're delayed in hasting themselves, causing them to be similar in threat to their previous selves". It's been since established that their very first action is often to haste themselves, leading to Airstrike spam and causing them to be overwhelmingly more lethal than anything else in Depths to the point where it's undesirable.
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 2417bb7f54..8db3f3c017 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -1469,7 +1469,7 @@
SPELL_LIGHTNING_BOLT,
SPELL_CONTROL_WINDS,
SPELL_AIRSTRIKE,
- SPELL_HASTE,
+ SPELL_NO_SPELL,
SPELL_NO_SPELL
}
},