Merge pull request #490 from itsre3/patch-1

Update spaz.py
This commit is contained in:
Eric Froemling 2022-09-02 09:52:01 -07:00 committed by GitHub
commit cfb3d93867
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)