diff --git a/quit.cpp b/quit.cpp index 65fc3a02..b19d6c19 100644 --- a/quit.cpp +++ b/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") :