mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
fixed Song of Creation text
This commit is contained in:
parent
fd7e23cc3f
commit
09cf95f793
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public class DiscardHandControllerEffect extends OneShotEffect {
|
|||
|
||||
public DiscardHandControllerEffect() {
|
||||
super(Outcome.Discard);
|
||||
this.staticText = "Discard your hand";
|
||||
this.staticText = "discard your hand";
|
||||
}
|
||||
|
||||
public DiscardHandControllerEffect(final DiscardHandControllerEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue