mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 00:33:01 +00:00
fixed a bug in OoY message
This commit is contained in:
@@ -739,7 +739,7 @@ EX namespace yendor {
|
|||||||
dialog::addItem(XLAT("Return to the normal game"), '0');
|
dialog::addItem(XLAT("Return to the normal game"), '0');
|
||||||
dialog::addSelItem(
|
dialog::addSelItem(
|
||||||
easy ? XLAT("Challenges do not get harder") : XLAT("Each challenge gets harder after each victory"),
|
easy ? XLAT("Challenges do not get harder") : XLAT("Each challenge gets harder after each victory"),
|
||||||
" " + easy ? XLAT("easy") : XLAT("challenge"), '1');
|
" " + (easy ? XLAT("easy") : XLAT("challenge")), '1');
|
||||||
|
|
||||||
dialog::addBack();
|
dialog::addBack();
|
||||||
dialog::addHelp();
|
dialog::addHelp();
|
||||||
|
|||||||
Reference in New Issue
Block a user