Console added, bound to `
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user