mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
missing return (linter wtf)
This commit is contained in:
parent
988bf0b63c
commit
0990e60e63
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class DamageComponent:
|
|||
string += s(strings.SPELL.ACCURACY, words={"accuracy": str(self.miss_chance)})
|
||||
if self.repeat > 1:
|
||||
string += s(strings.SPELL.REPEAT, words={"repeat": str(self.repeat)})
|
||||
return string
|
||||
|
||||
|
||||
class HealingComponent:
|
||||
|
|
Loading…
Reference in a new issue