summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-stuff.cc')
-rw-r--r--crawl-ref/source/mon-stuff.cc3
1 files changed, 3 insertions, 0 deletions
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());