Merge branch 'master' into newmaster

This commit is contained in:
Anthony Calosa
2022-06-30 15:34:54 +08:00

View File

@@ -499,6 +499,7 @@ public class SpellAbilityRestriction extends SpellAbilityVariables {
// check static abilities // check static abilities
game.getTracker().freeze(); game.getTracker().freeze();
cp.clearStaticChangedCardKeywords(false);
CardCollection preList = new CardCollection(cp); CardCollection preList = new CardCollection(cp);
game.getAction().checkStaticAbilities(false, Sets.newHashSet(cp), preList); game.getAction().checkStaticAbilities(false, Sets.newHashSet(cp), preList);