mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08: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()) {
|
||||
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…
Add table
Add a link
Reference in a new issue