mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Implemented Thrashing Mudspawn
This commit is contained in:
parent
6e93a11f83
commit
f4cc8311e8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue