summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 11:55:00 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-09 11:55:00 -0600
commit0f824030c051a780ec314efc75472dd0f2d6fd1f (patch)
treeecbe408bc760a688367328486501cb2e9627a469 /crawl-ref/source/goditem.cc
parent4c1b42c83e31ae484fe561ea8af49dca5d8b6505 (diff)
downloadcrawl-ref-0f824030c051a780ec314efc75472dd0f2d6fd1f.tar.gz
crawl-ref-0f824030c051a780ec314efc75472dd0f2d6fd1f.zip
Mark Summon Drakes as chaotic, since it can summon death drakes.
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index f6f863a785..b41c3a70f4 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -266,6 +266,7 @@ bool is_chaotic_spell(spell_type spell, god_type god)
|| spell == SPELL_ALTER_SELF
|| spell == SPELL_SUMMON_UGLY_THING
|| spell == SPELL_MIASMA
+ || spell == SPELL_SUMMON_DRAKES
|| spell == SPELL_PORKALATOR);
}