mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 16:33:20 +08:00
small change
should comply with black now
This commit is contained in:
parent
a028349e71
commit
70946e019e
@ -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:
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user