Merge branch 'fixstatic' into 'master'

Fix StaticEffect missing changes from RemoveLandTypes

See merge request core-developers/forge!4655
This commit is contained in:
Hans Mackowiak
2021-05-05 10:41:02 +00:00

View File

@@ -240,7 +240,7 @@ public class StaticEffect {
// remove keywords // remove keywords
// (Although nothing uses it at this time) // (Although nothing uses it at this time)
if (hasParam("AddKeyword") || hasParam("RemoveKeyword") if (hasParam("AddKeyword") || hasParam("RemoveKeyword")
|| hasParam("RemoveAllAbilities")) { || hasParam("RemoveAllAbilities") || hasParam("RemoveLandTypes")) {
affectedCard.removeChangedCardKeywords(getTimestamp()); affectedCard.removeChangedCardKeywords(getTimestamp());
} }