fixing some bugs

This commit is contained in:
Zachary Watts
2026-04-30 14:33:51 -04:00
parent 0149035c72
commit ef5d3474a7
5 changed files with 13 additions and 10 deletions

View File

@@ -315,7 +315,7 @@ class Cleric(Adventurer):
self.spells = Cleric.spells[self.level]
self.spell_book = self.select_spells(cleric_spells)
self.atk = self.set_attack_bonus()
self.turn_undead = self.__class__.turn_undead
self.turn_undead = Cleric.turn_undead
class Thief(Adventurer):
adv_class = "thief"