mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed Layer of static abilities granting hidden keywords (part 3).
This commit is contained in:
@@ -151,7 +151,7 @@ public class StaticAbility extends CardTraitBase {
|
||||
}
|
||||
|
||||
if (layers.isEmpty() || this.mapParams.containsKey("AddHiddenKeyword")) {
|
||||
return EnumSet.of(StaticAbilityLayer.RULES);
|
||||
layers.add(StaticAbilityLayer.RULES);
|
||||
}
|
||||
|
||||
return layers;
|
||||
|
||||
Reference in New Issue
Block a user