Skip to content

Commit

Permalink
Update typeChart.py (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sussy-impostor authored May 10, 2024
1 parent 996df26 commit d91b5b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typeChart.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ def __init__(self, weak, resist, immune):
self.immune = immune
del weak, resist, immune

# create class types later
tNormal = Type([tFighting],[],[tGhost])
tFighting = Type([tFlying,tPsychic,tFairy],[tBug,tRock,tDark],[])
tFlying = Type([tElectric,tIce,tRock],[tBug,tGrass,tFighting],[])

def match(type1,type2):
# dummy
Expand Down

0 comments on commit d91b5b2

Please sign in to comment.