"Bring Down the Wall"

This commit is contained in:
marcins78@gmail.com
2012-01-08 23:32:47 +00:00
parent cae2338b0b
commit fae340bc82

View File

@@ -32,7 +32,7 @@ public class Card13_082 extends AbstractEvent {
}
@Override
public PlayEventAction getPlayCardAction(String playerId, LotroGame game, PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
public PlayEventAction getPlayCardAction(final String playerId, LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self);
action.appendCost(
new ChooseActiveCardEffect(self, playerId, "Choose a companion", CardType.COMPANION) {