- "Jarnsmid" reducing twilight now affects only your cards.

This commit is contained in:
marcins78@gmail.com
2012-03-26 06:58:43 +00:00
parent 9eedb3cb6a
commit 28213de755
2 changed files with 9 additions and 6 deletions

View File

@@ -36,11 +36,13 @@ public class Card2_025 extends AbstractAlly {
@Override
public Modifier getAlwaysOnModifier(PhysicalCard self) {
return new TwilightCostModifier(self,
Filters.or(
PossessionClass.SHIELD,
PossessionClass.ARMOR,
PossessionClass.HELM,
PossessionClass.HAND_WEAPON
), -1);
Filters.and(
Filters.owner(self.getOwner()),
Filters.or(
PossessionClass.SHIELD,
PossessionClass.ARMOR,
PossessionClass.HELM,
PossessionClass.HAND_WEAPON
)), -1);
}
}

View File

@@ -8,6 +8,7 @@ if he/she wants to prevent it.
- "Morgul Regiment" now allows to exert the same companion multiple times.
- "Parapet" activated ability now requires to spot 2 ROHAN Man, rather than just 1.
- "Bill Ferny" and other minions not assignable by FP player now should be assignable by Shadow player correctly.
- "Jarnsmid" reducing twilight now affects only your cards.
<b>16 Mar. 2012</b>
- When "Mountain-troll" is played with discarding 5 minions, now it should properly gain Fierce.