dale bobo

This commit is contained in:
VinniTR 2024-01-26 00:29:54 -05:00 committed by GitHub
parent 24270c1a2c
commit b7a7278139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1227,7 +1227,7 @@ class Spaz(bs.Actor):
return None
node = bs.getcollision().opposingnode
if node.getdelegate(PowerupBox):
return
return None
# Only allow one hit per node per punch.
if node and (node not in self._punched_nodes):