Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sussy-impostor authored May 25, 2024
1 parent 7eabdef commit 2060a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from os import system as sys

class Disk:
def __init__(self, name, type, number, bst, move, star, energy , capturedBall = None, ability = None, special = None, mega = None, z = None, fuse = None):
def __init__(self, name, type, number, bst, move, star, energy , catchrate = 5, capturedBall = None, ability = None, special = None, mega = None, z = None, fuse = None):
self.name = name
self.type = ["Normal","Fighting","Flying","Poison","Ground","Rock","Bug","Ghost","Steel","Fire","Water","Grass","Electric","Psychic","Ice","Dragon","Dark","Fairy"].index(type)
self.number = number
Expand Down

0 comments on commit 2060a5e

Please sign in to comment.