forked from External/mage
- Added Razia Boros Archangel, Duergar HedgeMage, Battlegate Mimic.
This commit is contained in:
parent
655dcea56d
commit
c7f899962b
10 changed files with 575 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue