Update spaz.py

This commit is contained in:
itsre3 2022-08-16 23:15:16 +01:00 committed by GitHub
parent a06253fdd1
commit 36de68979e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -758,7 +758,7 @@ class Spaz(ba.Actor):
tex = PowerupBoxFactory.get().tex_punch
self._flash_billboard(tex)
self.equip_boxing_gloves()
if self.powerups_expire:
if self.powerups_expire and not self.default_boxing_gloves:
self.node.boxing_gloves_flashing = False
self.node.mini_billboard_3_texture = tex
t_ms = ba.time(timeformat=ba.TimeFormat.MILLISECONDS)