diff --git a/utils/cast.py b/utils/cast.py index 6a6c5289..1e2e329d 100644 --- a/utils/cast.py +++ b/utils/cast.py @@ -186,6 +186,6 @@ class Spell: string += self.healing_component.stringify() if self.spell_type & SpellType.STATS: string += self.stats_component.stringify() - if self.spell_type == None + if self.spell_type is None: string += s(strings.SPELL.NOTHING) return string