From 269ff6c74f6bde9249c7a5c63a6ed3490bdaa19e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 16 Mar 2020 21:42:26 +0100 Subject: [PATCH] fixed the missing messages (and click sound) when interacting with Orb of Yendor --- yendor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/yendor.cpp b/yendor.cpp index 27be96de..4eb66872 100644 --- a/yendor.cpp +++ b/yendor.cpp @@ -494,6 +494,7 @@ EX namespace yendor { yi.push_back(nyi); } + dynamicval b(changes.on, false); addMessage(XLAT("You need to find the right Key to unlock this Orb of Yendor!")); if(yi[byi].actualKey) addMessage(XLAT("You feel that these directions are %1 turns old.", yi[byi].age.get_str(100)));