From e26c023fa5cf88a963f658ccb8a4c053e447da1a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 25 Jan 2018 17:20:58 +0100 Subject: [PATCH] no first kill message for cheaters --- game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.cpp b/game.cpp index df00f3e1..3e7ab32d 100644 --- a/game.cpp +++ b/game.cpp @@ -2374,7 +2374,7 @@ bool attackMonster(cell *c, flagtype flags, eMonster killer) { playSound(NULL, "message-roar"); } - if(tk == 0 && ntk > 0 && !tactic::on && !euclid && !sphere) { + if(tk == 0 && ntk > 0 && !tactic::on && !euclid && !sphere && !cheater) { if(notthateasy(m)) addMessage(XLAT("Quite tough, for your first fight.")); else {