mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00:00
Mindslaver text fix
This commit is contained in:
parent
785c43e0f7
commit
8a2874dec6
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
if (!player.hasLeft() && !player.hasLost()) {
|
||||
player.setGameUnderYourControl(false);
|
||||
player.setTurnControlledBy(this.getId());
|
||||
game.informPlayers(getLogName() + " controlls the turn of " + player.getLogName());
|
||||
game.informPlayers(getLogName() + " controls the turn of " + player.getLogName());
|
||||
}
|
||||
DelayedTriggeredAbility ability = new AtTheEndOfTurnStepPostDelayedTriggeredAbility(new LoseControlOnOtherPlayersControllerEffect(this.getLogName(), player.getLogName()));
|
||||
ability.setSourceId(getId());
|
||||
|
|
Loading…
Reference in a new issue