1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-03-24 12:27:03 +00:00

no more world overview in Yendor Challenge

This commit is contained in:
Zeno Rogue 2021-05-30 13:00:52 +02:00
parent 95b4ad28b9
commit 03c41443c4

@ -1136,7 +1136,7 @@ EX named_functionality get_o_key() {
vector<named_functionality> res;
callhooks(hooks_o_key, res);
if(in_full_game())
if(in_full_game() && !yendor::on)
res.push_back(named_dialog(XLAT("world overview"), showOverview));
#if CAP_DAILY