mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
SOI Shadow Lands - Fixed that reveal window popped up a second time (fixes #1783).
This commit is contained in:
parent
22dbb1ef38
commit
9416c0c9be
1 changed files with 3 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
if (player != null) {
|
||||
player.getUserData().setUseFirstManaAbility(useFirstManaAbility);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void playPriority(UUID activePlayerId, boolean resuming) {
|
||||
|
@ -1963,6 +1963,8 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
message = "Play instants and activated abilities.";
|
||||
}
|
||||
playerQueryEventSource.select(playerId, message);
|
||||
getState().clearLookedAt();
|
||||
getState().clearRevealed();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue