- "Jarnsmid" reducing twilight now affects only your cards.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user