- "Scurrying Goblin" adds 2 twilight only on Underground site now.
This commit is contained in:
@@ -5,6 +5,7 @@ import com.gempukku.lotro.cards.PlayConditions;
|
|||||||
import com.gempukku.lotro.cards.TriggerConditions;
|
import com.gempukku.lotro.cards.TriggerConditions;
|
||||||
import com.gempukku.lotro.common.CardType;
|
import com.gempukku.lotro.common.CardType;
|
||||||
import com.gempukku.lotro.common.Culture;
|
import com.gempukku.lotro.common.Culture;
|
||||||
|
import com.gempukku.lotro.common.Keyword;
|
||||||
import com.gempukku.lotro.common.Race;
|
import com.gempukku.lotro.common.Race;
|
||||||
import com.gempukku.lotro.filters.Filters;
|
import com.gempukku.lotro.filters.Filters;
|
||||||
import com.gempukku.lotro.game.PhysicalCard;
|
import com.gempukku.lotro.game.PhysicalCard;
|
||||||
@@ -35,6 +36,7 @@ public class Card11_137 extends AbstractMinion {
|
|||||||
@Override
|
@Override
|
||||||
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||||
if (TriggerConditions.played(game, effectResult, self)
|
if (TriggerConditions.played(game, effectResult, self)
|
||||||
|
&& PlayConditions.location(game, Keyword.UNDERGROUND)
|
||||||
&& PlayConditions.canSpot(game, Filters.not(self), Culture.ORC, CardType.MINION)) {
|
&& PlayConditions.canSpot(game, Filters.not(self), Culture.ORC, CardType.MINION)) {
|
||||||
OptionalTriggerAction action = new OptionalTriggerAction(self);
|
OptionalTriggerAction action = new OptionalTriggerAction(self);
|
||||||
action.appendEffect(
|
action.appendEffect(
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ cards from discard.
|
|||||||
- "Safe Passage" should no longer freeze the game, when player moves after it's played.
|
- "Safe Passage" should no longer freeze the game, when player moves after it's played.
|
||||||
- Automatically handling multiple triggers from the same card(s) - i.e. Goblin Armory, etc.
|
- Automatically handling multiple triggers from the same card(s) - i.e. Goblin Armory, etc.
|
||||||
- "Dark Powers Strengthen" now has Toil 2 (didn't have before).
|
- "Dark Powers Strengthen" now has Toil 2 (didn't have before).
|
||||||
|
- "Scurrying Goblin" adds 2 twilight only on Underground site now.
|
||||||
|
|
||||||
<b>14 Dec. 2011</b>
|
<b>14 Dec. 2011</b>
|
||||||
- Added "Black Rider" - set 12.
|
- Added "Black Rider" - set 12.
|
||||||
|
|||||||
Reference in New Issue
Block a user