- "Galadriel's Grove" should now allow to play Galadriel from deck.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
(per card text).
|
(per card text).
|
||||||
- "Lurtz, Champion of the White Hand" now spots only Hobbit companions, instead of just Hobbits (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).
|
- "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>
|
<b>12 Mar. 2013</b>
|
||||||
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.
|
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ public class Card20_430 extends AbstractSite {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<? extends Action> getPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
|
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)
|
&& GameUtils.isFP(game, playerId)
|
||||||
&& PlayConditions.canExert(self, game, Race.ELF)) {
|
&& PlayConditions.canExert(self, game, Race.ELF)) {
|
||||||
ActivateCardAction action = new ActivateCardAction(self);
|
ActivateCardAction action = new ActivateCardAction(self);
|
||||||
|
|||||||
Reference in New Issue
Block a user