Skip to content

Commit

Permalink
Fix params (#4528)
Browse files Browse the repository at this point in the history
  • Loading branch information
tool4ever authored Jan 16, 2024
1 parent 1b7a818 commit 5796a2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public void resolve(SpellAbility sa) {
Map<AbilityKey, Object> moveParams = AbilityKey.newMap();
moveParams.put(AbilityKey.LastStateBattlefield, lastStateBattlefield);
moveParams.put(AbilityKey.LastStateGraveyard, lastStateGraveyard);
moveParams.put(AbilityKey.InternalTriggerTable, triggerList);

if (destination == ZoneType.Battlefield) {
moveParams.put(AbilityKey.SimultaneousETB, cards);
Expand Down

0 comments on commit 5796a2a

Please sign in to comment.