mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Mindslaver text fix
This commit is contained in:
parent
0fe8143a9c
commit
785c43e0f7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class LoseControlOnOtherPlayersControllerEffect extends OneShotEffect {
|
|||
|
||||
public LoseControlOnOtherPlayersControllerEffect(String controllingPlayerName, String controlledPlayerName) {
|
||||
super(Outcome.Detriment);
|
||||
staticText = controlledPlayerName + " lost control over " + controlledPlayerName;
|
||||
staticText = controllingPlayerName + " lost control over " + controlledPlayerName;
|
||||
}
|
||||
|
||||
public LoseControlOnOtherPlayersControllerEffect(final LoseControlOnOtherPlayersControllerEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue