Fixed Mordor Warrior making the target strength -1 isntead of if -1 per other [Sauron] Orc you can spot.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user