SpellAbilityEffect: Attacking needs to set BandOfAttacker as not blocked

This commit is contained in:
Hans Mackowiak
2020-11-14 00:35:10 +01:00
parent 8458efa688
commit bc56ebb3dd

View File

@@ -563,6 +563,7 @@ public abstract class SpellAbilityEffect {
if (defender != null) {
combat.addAttacker(c, defender);
combat.getBandOfAttacker(c).setBlocked(false);
combatChanged = true;
}
}