mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
fixed the missing messages (and click sound) when interacting with Orb of Yendor
This commit is contained in:
parent
bd065c3e90
commit
269ff6c74f
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user