Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
wrong var name for wind speed
Browse files Browse the repository at this point in the history
  • Loading branch information
XuaTheGrate authored Nov 3, 2019
1 parent 6bee38b commit 2373025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/utils/skills.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def damage_calc(self, attacker, target):
base *= wmod

if self.type is SkillType.WIND:
base += current_weather.get_wind_speed()
base += weather.get_wind_speed()

if self.uses_sp:
if attacker.concentrating:
Expand Down

0 comments on commit 2373025

Please sign in to comment.