1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

missing =

This commit is contained in:
Steffo 2019-02-18 00:00:58 +01:00
parent d740e039d3
commit 088b675c68

View file

@ -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 == None
string += s(strings.SPELL.NOTHING)
return string