Corrected "Too Great and Terrible"
Previously, the card did not provide the text for the prevent cost in-game.
This commit is contained in:
@@ -65,7 +65,12 @@ public class Card3_085 extends AbstractOldEvent {
|
||||
new PreventableEffect.PreventionCost() {
|
||||
@Override
|
||||
public Effect createPreventionCostForPlayer(SubAction subAction, String playerId) {
|
||||
return new ChooseAndDiscardCardsFromHandEffect(subAction, playerId, false, 2, 2, Culture.GANDALF);
|
||||
return new ChooseAndDiscardCardsFromHandEffect(subAction, playerId, false, 2, 2, Culture.GANDALF) {
|
||||
@Override
|
||||
public String getText(LotroGame game) {
|
||||
return "Discard 2 [GANDALF] cards from hand";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user