fixed Song of Creation text

This commit is contained in:
Evan Kranzler 2020-04-20 21:47:36 -04:00
parent fd7e23cc3f
commit 09cf95f793

View file

@ -18,7 +18,7 @@ public class DiscardHandControllerEffect extends OneShotEffect {
public DiscardHandControllerEffect() { public DiscardHandControllerEffect() {
super(Outcome.Discard); super(Outcome.Discard);
this.staticText = "Discard your hand"; this.staticText = "discard your hand";
} }
public DiscardHandControllerEffect(final DiscardHandControllerEffect effect) { public DiscardHandControllerEffect(final DiscardHandControllerEffect effect) {