Fix StaticEffect missing changes from RemoveLandTypes

This commit is contained in:
tool4EvEr
2021-05-04 19:21:47 +02:00
parent bfc3157186
commit 06230ffa40

View File

@@ -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());
}