Skip to content

Commit

Permalink
undo mistaken change
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohedron committed Nov 18, 2024
1 parent 4e9d76c commit 4ee3e8f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public boolean checkTrigger(GameEvent event, Game game) {

@Override
public boolean isInUseableZone(Game game, MageObject source, GameEvent event) {
return getFilteredEvents((ZoneChangeBatchEvent) event, game)
return ((ZoneChangeBatchEvent) event)
.getEvents()
.stream()
.allMatch(e -> TriggeredAbilityImpl.isInUseableZoneDiesTrigger(this, e, game));
}
Expand Down

0 comments on commit 4ee3e8f

Please sign in to comment.