Update Card31_057.java
This commit is contained in:
@@ -41,7 +41,7 @@ public class Card31_057 extends AbstractMinion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, final PhysicalCard self) {
|
public List<OptionalTriggerAction> getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
||||||
if (TriggerConditions.forEachDiscardedFromPlay(game, effectResult, CardType.MINION, Culture.MEN)
|
if (TriggerConditions.forEachDiscardedFromPlay(game, effectResult, CardType.MINION, Culture.MEN)
|
||||||
&& !PlayConditions.isPhase(game, Phase.REGROUP)
|
&& !PlayConditions.isPhase(game, Phase.REGROUP)
|
||||||
&& PlayConditions.canPlayFromHand(playerId, game, -2, Race.SPIDER)) {
|
&& PlayConditions.canPlayFromHand(playerId, game, -2, Race.SPIDER)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user