summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 12:15:26 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 12:15:26 -0600
commit46cf860a1acc4449a51142cb0aa1c15261a53c4d (patch)
treee21a1303dc78a014ce26c9a5899f5a5b68b50fb2 /crawl-ref/source/spl-data.h
parent26c3b08c11c3e1d2eb073bba72d802f205b351b4 (diff)
downloadcrawl-ref-46cf860a1acc4449a51142cb0aa1c15261a53c4d.tar.gz
crawl-ref-46cf860a1acc4449a51142cb0aa1c15261a53c4d.zip
Mark the Banishment spell as chaotic, since the Abyss is chaotic.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index c4e73a50c5..133d0faf48 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -990,7 +990,7 @@
{
SPELL_BANISHMENT, "Banishment",
SPTYP_TRANSLOCATION,
- SPFLAG_DIR_OR_TARGET | SPFLAG_UNHOLY,
+ SPFLAG_DIR_OR_TARGET | SPFLAG_UNHOLY | SPFLAG_CHAOTIC,
4,
200,
LOS_RADIUS, LOS_RADIUS,