mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 03:02:49 +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);
|
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!"));
|
addMessage(XLAT("You need to find the right Key to unlock this Orb of Yendor!"));
|
||||||
if(yi[byi].actualKey)
|
if(yi[byi].actualKey)
|
||||||
addMessage(XLAT("You feel that these directions are %1 turns old.", yi[byi].age.get_str(100)));
|
addMessage(XLAT("You feel that these directions are %1 turns old.", yi[byi].age.get_str(100)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user