mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Reverted one accidental change in the previous commit.
This commit is contained in:
@@ -2407,7 +2407,7 @@ public class ComputerUtilCombat {
|
||||
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();
|
||||
|
||||
// first try to replace the damage
|
||||
|
||||
Reference in New Issue
Block a user