mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Guardian Beast
This commit is contained in:
@@ -142,6 +142,10 @@ public class ControlGainAi extends SpellAbilityAi {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (c.canBeControlledBy(ai)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// do not take perm control on something that leaves the play end of turn
|
||||
if (!lose.contains("EOT") && c.hasSVar("EndOfTurnLeavePlay")) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user