From 499a7f0a77f827e5eef8608f837049e9999518aa Mon Sep 17 00:00:00 2001 From: PhallenCassidy Date: Fri, 19 May 2017 12:13:16 -0400 Subject: [PATCH] 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. --- .../com/gempukku/lotro/cards/set1/isengard/Card1_128.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set1/isengard/Card1_128.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set1/isengard/Card1_128.java index bd58d68f2..0331d25b9 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set1/isengard/Card1_128.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set1/isengard/Card1_128.java @@ -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);