- "Galadriel's Grove" should now allow to play Galadriel from deck.

This commit is contained in:
marcins78
2013-03-13 11:48:05 +00:00
parent 59112d9064
commit 4a0e2be844
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
(per card text).
- "Lurtz, Champion of the White Hand" now spots only Hobbit companions, instead of just Hobbits (per card text).
- "Gloin, Gimli's Father" can now pump itself (per card text).
- "Galadriel's Grove" should now allow to play Galadriel from deck.
<b>12 Mar. 2013</b>
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.

View File

@@ -33,7 +33,7 @@ public class Card20_430 extends AbstractSite {
@Override
public List<? extends Action> getPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.FELLOWSHIP, self)
if (PlayConditions.canUseSiteDuringPhase(game, Phase.FELLOWSHIP, self)
&& GameUtils.isFP(game, playerId)
&& PlayConditions.canExert(self, game, Race.ELF)) {
ActivateCardAction action = new ActivateCardAction(self);