mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
no 'shame to cheat' displayed when autocheating
This commit is contained in:
parent
33d7ce5ca9
commit
99ebe26463
2
quit.cpp
2
quit.cpp
@ -306,7 +306,7 @@ void showMission() {
|
|||||||
#if CAP_TOUR
|
#if CAP_TOUR
|
||||||
tour::on ? (canmove ? XLAT("Tutorial") : XLAT("GAME OVER")) :
|
tour::on ? (canmove ? XLAT("Tutorial") : XLAT("GAME OVER")) :
|
||||||
#endif
|
#endif
|
||||||
cheater ? XLAT("It is a shame to cheat!") :
|
(cheater && !autocheat)? XLAT("It is a shame to cheat!") :
|
||||||
showoff ? XLAT("Showoff mode") :
|
showoff ? XLAT("Showoff mode") :
|
||||||
(canmove && princess::challenge) ? XLAT("%1 Challenge", moPrincess) :
|
(canmove && princess::challenge) ? XLAT("%1 Challenge", moPrincess) :
|
||||||
canmove ? XLAT("Quest status") :
|
canmove ? XLAT("Quest status") :
|
||||||
|
Loading…
Reference in New Issue
Block a user