mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
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…
Reference in a new issue