mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08: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…
Add table
Add a link
Reference in a new issue