mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
Show "Return to the normal game" in the Yendor menu iff Yendor mode is on.
This eliminates the need to explain why it's a no-op half of the time.
This commit is contained in:
parent
d0a271878b
commit
5c8d117f87
@ -488,7 +488,8 @@ namespace yendor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dialog::addBreak(60);
|
dialog::addBreak(60);
|
||||||
dialog::addItem(XLAT("Return to the normal game"), '0');
|
if (yendor::on)
|
||||||
|
dialog::addItem(XLAT("Return to the normal game"), '0');
|
||||||
dialog::addSelItem(XLAT(
|
dialog::addSelItem(XLAT(
|
||||||
easy ? "Challenges do not get harder" : "Each challenge gets harder after each victory"),
|
easy ? "Challenges do not get harder" : "Each challenge gets harder after each victory"),
|
||||||
" " + XLAT(easy ? "easy" : "challenge"), '1');
|
" " + XLAT(easy ? "easy" : "challenge"), '1');
|
||||||
|
Loading…
Reference in New Issue
Block a user