Skip to content

Commit

Permalink
Remove SearchLibraryAndShuffle class
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jul 9, 2023
1 parent 6782336 commit 6738a86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions lib/magic/effects/search_library_and_shuffle.rb

This file was deleted.

1 change: 1 addition & 0 deletions lib/magic/effects/search_library_for_basic_land.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def initialize(source:, enters_tapped: false)

def resolve(target)
target.resolve!(source.controller, enters_tapped: enters_tapped)
source.controller.shuffle!
end
end
end
Expand Down

0 comments on commit 6738a86

Please sign in to comment.