small change

should comply with black now
This commit is contained in:
EraOSBeta 2023-01-13 21:01:34 +03:30 committed by GitHub
parent a028349e71
commit 70946e019e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -621,7 +621,8 @@ class Spaz(ba.Actor):
self.node.curse_death_time = int(
1000.0 * (tval + self.curse_time)
)
self._curse_timer = 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:
"""