We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f0903 commit abe26b5Copy full SHA for abe26b5
forge-game/src/main/java/forge/game/GameAction.java
@@ -1239,6 +1239,7 @@ public boolean visit(final Card c) {
1239
affectedPerLayer.get(StaticAbilityLayer.TYPE).forEach(Card::updateTypesForView);
1240
// setting Basic Land Type case
1241
affectedKeywords.addAll(affectedPerLayer.get(StaticAbilityLayer.TYPE));
1242
+ affectedPT.addAll(affectedPerLayer.get(StaticAbilityLayer.TYPE));
1243
}
1244
if (affectedPerLayer.containsKey(StaticAbilityLayer.ABILITIES)) {
1245
affectedKeywords.addAll(affectedPerLayer.get(StaticAbilityLayer.ABILITIES));
0 commit comments