- "Bolg, Servant of Sauron" can now only be used in Maneuver phase.

This commit is contained in:
marcin.sciesinski
2017-11-13 16:54:54 -08:00
parent 8d51ec7599
commit 950c2fde26
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -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));