mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +08:00
oops.
misunderstood what era said.
This commit is contained in:
parent
e0d918a2b0
commit
84fc882c79
@ -69,7 +69,6 @@ class Spaz(bs.Actor):
|
|||||||
default_boxing_gloves = False
|
default_boxing_gloves = False
|
||||||
default_shields = False
|
default_shields = False
|
||||||
default_hitpoints = 1000
|
default_hitpoints = 1000
|
||||||
default_hitpoints_max = 1000
|
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
@ -177,7 +176,7 @@ class Spaz(bs.Actor):
|
|||||||
|
|
||||||
bs.timer(1.0, bs.Call(_safesetattr, self.node, 'invincible', False))
|
bs.timer(1.0, bs.Call(_safesetattr, self.node, 'invincible', False))
|
||||||
self.hitpoints = self.default_hitpoints
|
self.hitpoints = self.default_hitpoints
|
||||||
self.hitpoints_max = self.default_hitpoints_max
|
self.hitpoints_max = self.default_hitpoints
|
||||||
self.shield_hitpoints: int | None = None
|
self.shield_hitpoints: int | None = None
|
||||||
self.shield_hitpoints_max = 650
|
self.shield_hitpoints_max = 650
|
||||||
self.shield_decay_rate = 0
|
self.shield_decay_rate = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user