Fixed Mordor Warrior making the target strength -1 isntead of if -1 per other [Sauron] Orc you can spot.

This commit is contained in:
Christian 'ketura' McCarty
2024-12-21 14:20:05 -06:00
parent 1e72fa2771
commit 707e641ea4

View File

@@ -1587,7 +1587,11 @@
effect: {
type: modifyStrength
select: choose(companion,inSkirmishAgainst(self))
amount: -1
amount: {
type: ForEachYouCanSpot
filter: other,culture(sauron),Orc
multiplier: -1
}
limitPerCardThisPhase: 3
}
}