diff --git a/src/game/game.cpp b/src/game/game.cpp index 0b1ab8be6ce..5dcba79adc1 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -7223,7 +7223,7 @@ bool Game::combatChangeMana(std::shared_ptr attacker, std::shared_ptr< } target->drainMana(attacker, manaLoss); - if(targetPlayer){ + if (targetPlayer) { std::string cause = "(other)"; if (attacker) { cause = attacker->getName();