From 10cf7d676b89f57422dac9d90c4464b66f95cff1 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 8 Jan 2010 18:11:56 +1000 Subject: Give Dowan Throw Icicle/Stone Arrow instead. Fireball is an XL6 spell, and with HD3, that means 3d10 damage per hit. With haste, this makes it slightly overpowered. It's a great theme and I like the idea, but unfortunately Fireball is just too deadly in this context. --- crawl-ref/source/mon-stuff.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/mon-stuff.cc') 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. } -- cgit v1.2.3-54-g00ecf