mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
small text fix
This commit is contained in:
parent
d2f41405b7
commit
ea5155bb34
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ public class DamageMultiEffect extends OneShotEffect {
|
|||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText;
|
||||
}
|
||||
return this.sourceName + " deals " + amount.toString() + " damage divided as you choose among any number of target " + mode.getTargets().get(0).getTargetName();
|
||||
return this.sourceName + " deals " + amount.toString() + " damage divided as you choose among any number of " + mode.getTargets().get(0).getTargetName();
|
||||
}
|
||||
|
||||
public String getSourceName() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue