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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-stuff.cc b/crawl-ref/source/mon-stuff.cc
index 2a171f7a75..134c89502d 100644
--- a/crawl-ref/source/mon-stuff.cc
+++ b/crawl-ref/source/mon-stuff.cc
@@ -1112,6 +1112,7 @@ static void _elven_twin_died(monsters* twin)
// Okay, let them climb stairs now.
monster->props["can_climb"] = "yes";
+ monster->props["speech_key"] = "twin_died";
// If you've stabbed one of them, the other one is likely asleep still.
if (monster->asleep())