From dcace2f0337ec312a7cd9453baf6954e83b10cc7 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 15 Nov 2009 12:27:03 -0600 Subject: Revert "Mark the Banishment spell as chaotic, since the Abyss is chaotic." This reverts commit 46cf860a1acc4449a51142cb0aa1c15261a53c4d. (After some thought, the act of banishment is not necessarily chaotic, as, presumably, Zin was part of the divine coalition that had Lugonu banished.) --- 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 133d0faf48..c4e73a50c5 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_CHAOTIC, + SPFLAG_DIR_OR_TARGET | SPFLAG_UNHOLY, 4, 200, LOS_RADIUS, LOS_RADIUS, -- cgit v1.2.3-54-g00ecf