mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Guardian Beast
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user