mirror of
https://github.com/correl/mage.git
synced 2025-03-13 01:09:53 -09:00
Bug fix for Leonin Arbiter.
This commit is contained in:
parent
4307b3f01b
commit
089a990b26
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class LeoninArbiterIgnoreEffect extends OneShotEffect {
|
|||
game.getState().setValue(key, turnIgnoringPlayersPair);
|
||||
}
|
||||
|
||||
turnIgnoringPlayersPair.getValue().add(game.getActivePlayerId());
|
||||
turnIgnoringPlayersPair.getValue().add(game.getPriorityPlayerId());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue