Small change in "Uruk Spy"

This commit is contained in:
marcins78
2013-08-20 14:23:35 +00:00
parent 90b353aa5b
commit eb4796f7f0

View File

@@ -42,7 +42,7 @@ public class Card1_155 extends AbstractMinion {
@Override
public List<? extends ActivateCardAction> getOptionalInPlayAfterActions(final String playerId, final LotroGame game, EffectResult effectResult, final PhysicalCard self) {
if (effectResult.getType() == EffectResult.Type.PUT_ON_THE_ONE_RING
&& PlayConditions.canExert(self, game, self)) {
&& PlayConditions.canSelfExert(self, game)) {
final ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(new SelfExertEffect(action, self));