mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
change text generation in new GainControlAllControlledTargetEffect
This commit is contained in:
parent
31c37a4dd3
commit
9d3b86eb2e
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public class GainControlAllControlledTargetEffect extends OneShotEffect {
|
|||
return staticText;
|
||||
}
|
||||
String text = "gain control of all " + filter.getMessage() + " ";
|
||||
text += getTargetPointer().describeTargets(mode.getTargets(), "target player");
|
||||
text += getTargetPointer().describeTargets(mode.getTargets(), "that player");
|
||||
text += " controls";
|
||||
return text;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue