mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
@@ -843,7 +843,7 @@ public final class StaticAbilityContinuous {
|
||||
newSA.getRestrictions().setLimitToCheck(params.get("GainsAbilitiesLimitPerTurn"));
|
||||
}
|
||||
if (params.containsKey("GainsAbilitiesActivateIgnoreColor")) {
|
||||
newSA.putParam("ActivateIgnoreColor","True");
|
||||
newSA.putParam("ActivateIgnoreColor", params.get("GainsAbilitiesActivateIgnoreColor"));
|
||||
}
|
||||
newSA.setOriginalAbility(sa); // need to be set to get the Once Per turn Clause correct
|
||||
newSA.setGrantorStatic(stAb);
|
||||
|
||||
Reference in New Issue
Block a user