- "Parapet" activated ability now requires to spot 2 ROHAN Man, rather than just 1.
This commit is contained in:
@@ -36,7 +36,7 @@ public class Card5_087 extends AbstractPermanent {
|
||||
@Override
|
||||
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
|
||||
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.ARCHERY, self)
|
||||
&& PlayConditions.canSpot(game, Culture.ROHAN, Race.MAN)) {
|
||||
&& PlayConditions.canSpot(game, 2, Culture.ROHAN, Race.MAN)) {
|
||||
ActivateCardAction action = new ActivateCardAction(self);
|
||||
List<Effect> possibleEffects = new LinkedList<Effect>();
|
||||
possibleEffects.add(
|
||||
|
||||
@@ -6,6 +6,7 @@ and discard).
|
||||
- "Unreasonable Choice" now first makes the player choose the condition to discard, then the other player can decide
|
||||
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.
|
||||
|
||||
<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