From 99ebe26463d3d1514b85e066b119913a2068a8a1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 30 Sep 2017 11:23:11 +0200 Subject: [PATCH] no 'shame to cheat' displayed when autocheating --- quit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") :