- Reverted one accidental change in the previous commit.

This commit is contained in:
Agetian
2017-06-13 16:37:46 +00:00
parent e03f39c0ac
commit dcce72d770

View File

@@ -2407,7 +2407,7 @@ public class ComputerUtilCombat {
return original; return original;
} }
public final static boolean isCombatDamagePrevented(final Card attacker, final GameEntity target, final int damage) { private static boolean isCombatDamagePrevented(final Card attacker, final GameEntity target, final int damage) {
final Game game = attacker.getGame(); final Game game = attacker.getGame();
// first try to replace the damage // first try to replace the damage