mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
SpellAbilityEffect: Attacking needs to set BandOfAttacker as not blocked
This commit is contained in:
@@ -563,6 +563,7 @@ public abstract class SpellAbilityEffect {
|
||||
|
||||
if (defender != null) {
|
||||
combat.addAttacker(c, defender);
|
||||
combat.getBandOfAttacker(c).setBlocked(false);
|
||||
combatChanged = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user