forked from External/mage
[FUT] various text fixes
This commit is contained in:
parent
27338dc620
commit
ca9b2ea135
24 changed files with 106 additions and 225 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue