forked from External/mage
Fixed effect texts
This commit is contained in:
parent
476cf92ce6
commit
ad4be5a9fe
8 changed files with 11 additions and 11 deletions
|
|
@ -77,7 +77,7 @@ public class FightTargetsEffect extends OneShotEffect {
|
|||
return staticText;
|
||||
|
||||
}
|
||||
return "Target " + mode
|
||||
return "target " + mode
|
||||
.getTargets().get(0).getTargetName() + " fights another target " + mode
|
||||
.getTargets().get(1).getTargetName();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue