- "Parapet" activated ability now requires to spot 2 ROHAN Man, rather than just 1.

This commit is contained in:
marcins78@gmail.com
2012-03-26 06:49:50 +00:00
parent e6b9f1c4cf
commit 421a6ebd59
2 changed files with 2 additions and 1 deletions

View File

@@ -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(

View File

@@ -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.