summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-stuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-stuff.cc b/crawl-ref/source/mon-stuff.cc
index b278dbb736..bd8b520ed4 100644
--- a/crawl-ref/source/mon-stuff.cc
+++ b/crawl-ref/source/mon-stuff.cc
@@ -1162,9 +1162,9 @@ static void _elven_twin_died(monsters* twin, bool in_transit)
else
monster->props["dowan_upgrade"] = bool(true);
- monster->spells[0] = SPELL_FIREBALL;
+ monster->spells[0] = SPELL_THROW_ICICLE;
monster->spells[1] = SPELL_BLINK;
- monster->spells[3] = SPELL_FIREBALL;
+ monster->spells[3] = SPELL_STONE_ARROW;
monster->spells[4] = SPELL_HASTE;
// Nothing with 6.
}