Allow sounds to play after death

This commit is contained in:
2026-04-15 23:52:37 +01:00
parent a8b79a59c7
commit 7fee343d00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -880,7 +880,7 @@ checkEndGame uv = case w ^? timeFlow . respawnDelay of
& uvWorld . timeFlow .~ NormalTimeFlow
& uvWorld %~ respawn
Just _ -> uv & uvWorld . timeFlow . respawnDelay -~ 1
_ | null (you w ^? crHP . _HP) -> uv & uvWorld . timeFlow .~ RespawnDelay 50
_ | null (you w ^? crHP . _HP) -> uv & uvWorld . timeFlow .~ RespawnDelay 100
_ -> uv
where
w = _uvWorld uv