no 'shame to cheat' displayed when autocheating

This commit is contained in:
Zeno Rogue 2017-09-30 11:23:11 +02:00
parent 33d7ce5ca9
commit 99ebe26463
1 changed files with 1 additions and 1 deletions

View File

@ -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") :