Use addFirstEvent instead of addEvent for explore

This fixes the Jadelight Ranger bug
master
Ada Joule 2018-11-28 03:55:05 +07:00
parent a1c559eba0
commit 1f84ef595b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class MagicExploreEvent extends MagicEvent {
game.doAction(new ShiftCardAction(top, MagicLocationType.OwnersLibrary, MagicLocationType.OwnersHand));
} else {
game.doAction(new ChangeCountersAction(player, perm, MagicCounterType.PlusOne, 1));
game.addEvent(new MagicEvent(
game.addFirstEvent(new MagicEvent(
perm,
player,
new MagicMayChoice("Put " + top + " into your graveyard?"),