- Fixed Layer of static abilities granting hidden keywords.

This commit is contained in:
Sloth
2015-02-08 14:37:34 +00:00
parent fde826e2d9
commit 019a241184

View File

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