From 46cf860a1acc4449a51142cb0aa1c15261a53c4d Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 15 Nov 2009 12:15:26 -0600 Subject: Mark the Banishment spell as chaotic, since the Abyss is chaotic. --- crawl-ref/source/spl-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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, -- cgit v1.2.3-54-g00ecf