Merge pull request #34 from PhallenCassidy/Lurtz's-Battle-Cry-Fix

Removed extraneous spot cost for 1R128
This commit is contained in:
Marcin Sciesinski
2017-05-19 12:18:57 -07:00
committed by GitHub

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);