Implemented Thrashing Mudspawn

This commit is contained in:
Evan Kranzler 2017-09-22 16:37:01 -04:00
parent 6e93a11f83
commit f4cc8311e8

View file

@ -79,7 +79,7 @@ class ThrashingMudspawnEffect extends OneShotEffect {
public ThrashingMudspawnEffect() {
super(Outcome.Damage);
this.staticText = "it deals that much damage to target creature or player";
this.staticText = "you lose that much life";
}
public ThrashingMudspawnEffect(final ThrashingMudspawnEffect effect) {