mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
Fixed text
This commit is contained in:
parent
b0a45e7c31
commit
2d4b2d0699
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class FightTargetSourceEffect extends OneShotEffect {
|
||||||
if (staticText != null && !staticText.isEmpty()) {
|
if (staticText != null && !staticText.isEmpty()) {
|
||||||
return staticText;
|
return staticText;
|
||||||
}
|
}
|
||||||
return new StringBuilder("{this} fight another target ").append(mode.getTargets().get(0).getTargetName()).toString();
|
return new StringBuilder("{this} fights another target ").append(mode.getTargets().get(0).getTargetName()).toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue