Guardian Beast

This commit is contained in:
tool4EvEr
2022-03-10 17:10:33 +01:00
parent 27d25eb1c9
commit c93624fa29

View File

@@ -142,6 +142,10 @@ public class ControlGainAi extends SpellAbilityAi {
return true; return true;
} }
if (c.canBeControlledBy(ai)) {
return false;
}
// do not take perm control on something that leaves the play end of turn // do not take perm control on something that leaves the play end of turn
if (!lose.contains("EOT") && c.hasSVar("EndOfTurnLeavePlay")) { if (!lose.contains("EOT") && c.hasSVar("EndOfTurnLeavePlay")) {
return false; return false;