mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Reverted one accidental change in the previous commit.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user