diff --git a/forge-game/src/main/java/forge/game/StaticEffect.java b/forge-game/src/main/java/forge/game/StaticEffect.java index d0ee86b9945..165c351c46f 100644 --- a/forge-game/src/main/java/forge/game/StaticEffect.java +++ b/forge-game/src/main/java/forge/game/StaticEffect.java @@ -240,7 +240,7 @@ public class StaticEffect { // remove keywords // (Although nothing uses it at this time) if (hasParam("AddKeyword") || hasParam("RemoveKeyword") - || hasParam("RemoveAllAbilities")) { + || hasParam("RemoveAllAbilities") || hasParam("RemoveLandTypes")) { affectedCard.removeChangedCardKeywords(getTimestamp()); }