1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixed the missing messages (and click sound) when interacting with Orb of Yendor

This commit is contained in:
Zeno Rogue 2020-03-16 21:42:26 +01:00
parent bd065c3e90
commit 269ff6c74f

View File

@ -494,6 +494,7 @@ EX namespace yendor {
yi.push_back(nyi);
}
dynamicval<bool> 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)));