Removed extraneous spot cost for 1R128

I couldn't find any note that there should be a spot cost for Lurtz's Battle Cry. Feel free to veto this if there's a reason for it.
This commit is contained in:
PhallenCassidy
2017-05-19 12:13:16 -04:00
committed by GitHub
parent cd6a7e2266
commit 499a7f0a77

View File

@@ -29,12 +29,6 @@ public class Card1_128 extends AbstractOldEvent {
return 1;
}
@Override
public boolean checkPlayRequirements(String playerId, LotroGame game, PhysicalCard self, int withTwilightRemoved, int twilightModifier, boolean ignoreRoamingPenalty, boolean ignoreCheckingDeadPile) {
return super.checkPlayRequirements(playerId, game, self, withTwilightRemoved, twilightModifier, ignoreRoamingPenalty, ignoreCheckingDeadPile)
&& Filters.canSpot(game.getGameState(), game.getModifiersQuerying(), Race.URUK_HAI);
}
@Override
public PlayEventAction getPlayCardAction(String playerId, LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self);