Fixed "Anger"

This commit is contained in:
marcin.sciesinski
2017-11-11 14:14:26 -08:00
parent 2eececec97
commit 0e232ae569

View File

@@ -28,7 +28,7 @@ public class Card30_032 extends AbstractEvent {
public PlayEventAction getPlayCardAction(String playerId, final LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) { public PlayEventAction getPlayCardAction(String playerId, final LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self); final PlayEventAction action = new PlayEventAction(self);
action.appendEffect( action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose a minion") { new ChooseActiveCardEffect(self, playerId, "Choose a minion", CardType.MINION) {
@Override @Override
protected void cardSelected(LotroGame game, PhysicalCard card) { protected void cardSelected(LotroGame game, PhysicalCard card) {
int bonus = int bonus =