mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Additional reference needed to be removed
This commit is contained in:
@@ -513,7 +513,7 @@ public class ComputerUtilAttack {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (mustAttack || attacker.getSacrificeAtEOT() || attacker.getSirenAttackOrDestroy()
|
||||
if (mustAttack || attacker.getSacrificeAtEOT()
|
||||
|| attacker.getController().getMustAttackEntity() != null
|
||||
|| attacker.getSVar("MustAttack").equals("True")) {
|
||||
combat.addAttacker(attacker);
|
||||
|
||||
Reference in New Issue
Block a user