1
0
Fork 0
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:
Dustin Conrad 2014-08-19 18:47:26 -04:00
parent 4307b3f01b
commit 089a990b26

View file

@ -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;
}
}