summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-stuff.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-15 20:35:13 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-15 20:35:50 +1000
commit9857ce0a4ef66e53ccff438fa21f277ee8629ac1 (patch)
treeb8c7d33f51cc77b137644bd436b6813163e8e253 /crawl-ref/source/mon-stuff.cc
parent18b78b0ccc1ba5da714e355c94275498a24f3f67 (diff)
downloadcrawl-ref-9857ce0a4ef66e53ccff438fa21f277ee8629ac1.tar.gz
crawl-ref-9857ce0a4ef66e53ccff438fa21f277ee8629ac1.zip
Utilise monster->props["speech_key"] for Dowan and Duvessa.
Their speech is now different when one of them dies.
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())