mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- [C17] Added Mairsil, the Pretender.
This commit is contained in:
@@ -53,6 +53,8 @@ public enum CounterType {
|
||||
|
||||
BRICK("BRICK", 226, 192, 164),
|
||||
|
||||
CAGE("CAGE", 155, 155, 155),
|
||||
|
||||
CARRION("CRRON", 255, 163, 222),
|
||||
|
||||
CHARGE("CHARG", 246, 192, 0),
|
||||
|
||||
@@ -363,6 +363,10 @@ public final class StaticAbilityContinuous {
|
||||
for (SpellAbility sa : c.getSpellAbilities()) {
|
||||
if (sa instanceof AbilityActivated) {
|
||||
SpellAbility newSA = ((AbilityActivated) sa).getCopy();
|
||||
if (params.containsKey("GainsAbilitiesOncePerTurn")) {
|
||||
newSA.setRestrictions(sa.getRestrictions());
|
||||
newSA.getRestrictions().setLimitToCheck("1");
|
||||
}
|
||||
newSA.setOriginalHost(c);
|
||||
newSA.setIntrinsic(false);
|
||||
newSA.setTemporary(true);
|
||||
|
||||
Reference in New Issue
Block a user