mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix StaticEffect missing changes from RemoveLandTypes
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user