mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +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
|
||||
tour::on ? (canmove ? XLAT("Tutorial") : XLAT("GAME OVER")) :
|
||||
#endif
|
||||
cheater ? XLAT("It is a shame to cheat!") :
|
||||
(cheater && !autocheat)? XLAT("It is a shame to cheat!") :
|
||||
showoff ? XLAT("Showoff mode") :
|
||||
(canmove && princess::challenge) ? XLAT("%1 Challenge", moPrincess) :
|
||||
canmove ? XLAT("Quest status") :
|
||||
|
Loading…
Reference in New Issue
Block a user