Console added, bound to `

This commit is contained in:
Storm Dragon
2025-09-26 05:05:42 -04:00
parent 7eb353677a
commit 1d39ff0ca7
7 changed files with 198 additions and 5 deletions

View File

@@ -152,5 +152,5 @@ class Catapult(Object):
pumpkin.stop_sound(self.sounds, player.xPos)
pumpkin.isActive = False
self.activePumpkins.remove(pumpkin)
if not player.isInvincible:
if not player.isInvincible and not getattr(player, '_godMode', False):
self.sounds["player_takes_damage"].play()