[FUT] various text fixes

This commit is contained in:
Evan Kranzler 2022-04-01 09:33:11 -04:00
parent 27338dc620
commit ca9b2ea135
24 changed files with 106 additions and 225 deletions

View file

@ -72,9 +72,9 @@ public class DamageAttachedEffect extends OneShotEffect {
return staticText;
}
if ("equal to".equals(amount.toString())) {
return this.sourceName + " deals damage " + amount + " that creatures toughness to that creature";
return this.sourceName + " deals damage " + amount + " that creatures toughness to enchanted creature";
}
return this.sourceName + " deals " + amount + " damage to that creature";
return this.sourceName + " deals " + amount + " damage to enchanted creature";
}
public String getSourceName() {