Guest User

Untitled

a guest
Jun 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Events.onWildPokemonCreate+=proc {|sender,e|
  2.   pokemon=e[0]
  3.  @shiny = (rand(500) < 1)
  4.   if @shiny == 1
  5.     pokemon.makeShiny
  6.   end
  7. }
Add Comment
Please, Sign In to add comment