Fixed Not Feared In Sunlight only applying its strength malus to Nazgul in play at the time of activation

This commit is contained in:
Christian 'ketura' McCarty
2022-12-28 00:03:28 -06:00
parent 07c7ee3d41
commit 1647e5f159

View File

@@ -106,9 +106,12 @@
filter: self
}
effect: {
type: modifyStrength
filter: all(Nazgul)
type: addModifier
modifier: {
type: ModifyStrength
amount: -4
filter: Nazgul
}
until: start(regroup)
}
}