diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 79ecd547..378c525a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -38,4 +38,8 @@ ### Vishal332008 - Bug Fixer -- Modder \ No newline at end of file +- Modder + +### Era0S +- Fixed a single bug +- Modder diff --git a/assets/src/ba_data/python/bastd/actor/spaz.py b/assets/src/ba_data/python/bastd/actor/spaz.py index 4d1529fe..038ba00d 100644 --- a/assets/src/ba_data/python/bastd/actor/spaz.py +++ b/assets/src/ba_data/python/bastd/actor/spaz.py @@ -180,6 +180,7 @@ class Spaz(ba.Actor): self._bomb_wear_off_flash_timer: ba.Timer | None = None self._multi_bomb_wear_off_timer: ba.Timer | None = None self._multi_bomb_wear_off_flash_timer: ba.Timer | None = None + self._curse_timer: ba.Timer | None = None self.bomb_count = self.default_bomb_count self._max_bomb_count = self.default_bomb_count self.bomb_type_default = self.default_bomb_type @@ -620,7 +621,8 @@ class Spaz(ba.Actor): self.node.curse_death_time = int( 1000.0 * (tval + self.curse_time) ) - ba.timer(5.0, ba.WeakCall(self.curse_explode)) + self._curse_timer = ba.Timer(5.0, + ba.WeakCall(self.curse_explode)) def equip_boxing_gloves(self) -> None: """