Skip to content

Commit

Permalink
1.0.3 dot bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eatspaint committed Jun 28, 2016
1 parent 1858aa5 commit 9147a1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed orig_151/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion pkdir
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

def rand_pkmn
"#{__dir__}/orig_151/#{Dir.entries(__dir__ + "/orig_151").sample}"
"#{__dir__}/orig_151/#{(Dir.entries(__dir__ + "/orig_151") - %w(. ..)).sample}"
end

def set_icon(pkmn)
Expand Down

0 comments on commit 9147a1a

Please sign in to comment.