summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 04:55:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 04:55:50 +0000
commit76b79d4cfbb5791396ed38b4e3e57dfe977c21d3 (patch)
tree7d8e7c3e836cb417f313b4f448fe7406c6b03f5c /crawl-ref/source/spells4.cc
parent3aaa5e00050a0f7a3027ceb9dc6cb8663d4eb968 (diff)
downloadcrawl-ref-76b79d4cfbb5791396ed38b4e3e57dfe977c21d3.tar.gz
crawl-ref-76b79d4cfbb5791396ed38b4e3e57dfe977c21d3.zip
Clean up handling of killing mutators or rotters (i.e., chaotic beings),
and make them become enraged by your lawful aura if you start worshipping Zin. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5750 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 02db85caa0..a8b525b6a4 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -612,7 +612,7 @@ static int _ignite_poison_monsters(int x, int y, int pow, int garbage)
struct monsters *const mon = &menv[ mon_index ];
// Monsters which have poison corpses or poisonous attacks.
- if (is_mons_poisoner(mon))
+ if (mons_is_poisoner(mon))
dam_dice.num = 3;
// Monsters which are poisoned: