nickgermaine / python_text_battle

Simple rpg type text-based python battle script
103 stars 48 forks source link

'NoneType' object is not iterable #11

Closed samcodesign closed 2 years ago

samcodesign commented 5 years ago

spell, magic_dmg = enemy.choose_enemy_spell() TypeError: 'NoneType' object is not iterable

morph8hprom commented 5 years ago

This appears to be a duplicate. See https://github.com/nickgermaine/python_text_battle/issues/3