diff --git a/utils/cast.py b/utils/cast.py index 1e2e329d..0f46d3c8 100644 --- a/utils/cast.py +++ b/utils/cast.py @@ -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: