summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}