Update spaz.py

This commit is contained in:
VinniTR 2023-11-12 16:55:49 -05:00 committed by GitHub
parent 7fcce9eca5
commit 37c6076c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1157,7 +1157,7 @@ class Spaz(bs.Actor):
bs.timer( bs.timer(
0.05, 0.05,
bs.WeakCall( bs.WeakCall(
self.handlemessage, CurseExplodeMessage() self.curse_explode, msg.get_source_player(bs.Player)
), ),
) )