From 8aec1a6bc351ddeee0605028e718436a1804ca62 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 15 Nov 2009 20:09:46 +1000 Subject: Duvessa and Dowan death effect changes (dpeg). As suggested by dpeg, they will now only climb the stairs as a pair, or if one of them is already dead. This is slightly scummable, but they still get a free turn against you. --- crawl-ref/source/mon-stuff.cc | 3 +++ 1 file changed, 3 insertions(+) (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 67690b0a84..2a171f7a75 100644 --- a/crawl-ref/source/mon-stuff.cc +++ b/crawl-ref/source/mon-stuff.cc @@ -1110,6 +1110,9 @@ static void _elven_twin_died(monsters* twin) if (!found_duvessa && !found_dowan) return; + // Okay, let them climb stairs now. + monster->props["can_climb"] = "yes"; + // If you've stabbed one of them, the other one is likely asleep still. if (monster->asleep()) behaviour_event(monster, ME_DISTURB, MHITNOT, monster->pos()); -- cgit v1.2.3-54-g00ecf