More work on survival mode.

This commit is contained in:
Storm Dragon
2025-09-07 11:13:01 -04:00
parent ce353d0ed9
commit 2bc27c0e28
19 changed files with 154 additions and 41 deletions

View File

@@ -118,3 +118,4 @@ class SkullStorm(Object):
player.set_health(player.get_health() - self.damage)
self.sounds['player_takes_damage'].play()
speak("Hit by falling skull!")