misunderstood what era said.
This commit is contained in:
rabbitboom 2024-04-10 16:33:04 +01:00 committed by GitHub
parent e0d918a2b0
commit 84fc882c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,6 @@ class Spaz(bs.Actor):
default_boxing_gloves = False
default_shields = False
default_hitpoints = 1000
default_hitpoints_max = 1000
def __init__(
self,
@ -177,7 +176,7 @@ class Spaz(bs.Actor):
bs.timer(1.0, bs.Call(_safesetattr, self.node, 'invincible', False))
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_max = 650
self.shield_decay_rate = 0