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 Jun 6, 2024
1 parent 24e53ca commit e532f1d
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 @@ -67,7 +67,7 @@ def Attack(self, enemy,selfch = [1,1,1,1,1,1],enemych = [1,1,1,1,1,1]): # Stat c
enemychnew = None
if self.move[1] == self.type:
stab *= 1.5
if randint(1,16) >= 16/(selfch[5]+move[6]):
if randint(1,16) >= 16/(selfch[5]+self.move[6]):
crit *= 1.5
if selfch[(getbst[0] - 1)] < 1:
selfchnew = 1
Expand Down

0 comments on commit e532f1d

Please sign in to comment.