- "Bolg, Servant of Sauron" can now only be used in Maneuver phase.
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
- Added "Thrór's Throne"
|
||||
- Added "The Arkenstone, King's Jewel"
|
||||
- "Gwaihir" no longer crashed the game, when it is not attached to anything and has its Skirmish action activated.
|
||||
|
||||
- "Bolg, Servant of Sauron" can now only be used in Maneuver phase.
|
||||
|
||||
<b>17 Dec. 2015</b>
|
||||
- "Armor of Khazad" no longer allows to return itself from discard and can now be transferred.
|
||||
|
||||
|
||||
@@ -59,7 +59,8 @@ public class Card31_037 extends AbstractMinion {
|
||||
|
||||
@Override
|
||||
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
|
||||
if (PlayConditions.canSpot(game, Culture.ELVEN, Keyword.ARCHER)) {
|
||||
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.MANEUVER, self)
|
||||
&& PlayConditions.canSpot(game, Culture.ELVEN, Keyword.ARCHER)) {
|
||||
ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.appendCost(
|
||||
new SpotEffect(1, Culture.ELVEN, Keyword.ARCHER));
|
||||
|
||||
Reference in New Issue
Block a user