- Added Razia Boros Archangel, Duergar HedgeMage, Battlegate Mimic.

This commit is contained in:
Jeff 2013-07-25 16:26:29 -05:00
parent 655dcea56d
commit c7f899962b
10 changed files with 575 additions and 4 deletions

View file

@ -58,7 +58,7 @@ public class SetPowerToughnessSourceEffect extends ContinuousEffectImpl<SetPower
super(duration, Layer.PTChangingEffects_7, SubLayer.SetPT_7b, Outcome.BoostCreature);
this.power = power;
this.toughness = toughness;
staticText = "{this}'s power and toughness is " + power + "/" + toughness;
staticText = "{this}'s power and toughness is " + power + "/" + toughness + " " + duration.toString();
}
public SetPowerToughnessSourceEffect(final SetPowerToughnessSourceEffect effect) {