mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Layer of static abilities granting hidden keywords.
This commit is contained in:
@@ -213,7 +213,7 @@ public final class StaticAbilityContinuous {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (layer == StaticAbilityLayer.ABILITIES2 && params.containsKey("AddHiddenKeyword")) {
|
if (layer == StaticAbilityLayer.RULES && params.containsKey("AddHiddenKeyword")) {
|
||||||
addHiddenKeywords = params.get("AddHiddenKeyword").split(" & ");
|
addHiddenKeywords = params.get("AddHiddenKeyword").split(" & ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user