Mindslaver text fix

This commit is contained in:
L_J 2018-06-01 15:09:45 +00:00 committed by GitHub
parent 0fe8143a9c
commit 785c43e0f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {