Growth Spurt text fix

This commit is contained in:
L_J 2018-03-31 13:41:38 +00:00 committed by GitHub
parent cdc68e3323
commit 7bbfe9f2ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {