Merge pull request #630 from VinniTR/patch-4

Update spaz.py
This commit is contained in:
Eric Froemling 2023-11-29 16:04:10 -08:00 committed by GitHub
commit 552c6049f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -624,7 +624,7 @@ class Spaz(bs.Actor):
1000.0 * (tval + self.curse_time)
)
self._curse_timer = bs.Timer(
5.0, bs.WeakCall(self.curse_explode)
5.0, bs.WeakCall(self.handlemessage, CurseExplodeMessage())
)
def equip_boxing_gloves(self) -> None: