- Additional reference needed to be removed

This commit is contained in:
Sol
2012-11-10 02:50:00 +00:00
parent 3e2bfb7c76
commit 1e9414bd92

View File

@@ -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);