forked from External/mage
Growth Spurt text fix
This commit is contained in:
parent
cdc68e3323
commit
7bbfe9f2ae
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ public class GrowthSpurt extends CardImpl {
|
|||
class GrowthSpurtEffect extends OneShotEffect {
|
||||
GrowthSpurtEffect() {
|
||||
super(Outcome.BoostCreature);
|
||||
this.staticText = "todo"; //TODO
|
||||
this.staticText = "Roll a six-sided die. Target creature gets +X/+X until end of turn, where X is the result";
|
||||
}
|
||||
|
||||
GrowthSpurtEffect(final GrowthSpurtEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue