no first kill message for cheaters

This commit is contained in:
Zeno Rogue 2018-01-25 17:20:58 +01:00
parent ed82d5bae9
commit e26c023fa5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {