From 9857ce0a4ef66e53ccff438fa21f277ee8629ac1 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 15 Nov 2009 20:35:13 +1000 Subject: Utilise monster->props["speech_key"] for Dowan and Duvessa. Their speech is now different when one of them dies. --- crawl-ref/source/mon-stuff.cc | 1 + 1 file changed, 1 insertion(+) (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 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()) -- cgit v1.2.3-54-g00ecf