Continue tweaking sounds

This commit is contained in:
2025-06-22 14:32:53 +01:00
parent a109d54d96
commit 2553239882
5 changed files with 264 additions and 251 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ damageWall dt wl w = case _wlStructure wl of
_ -> w'
where
x = dt ^. dmAmount
w' = damageMaterial dt (_wlMaterial wl) (Right wl) w
w' = damMatSideEffect dt (_wlMaterial wl) (Right wl) w
-- block destruction is convoluted...
maybeDestroyBlock :: Int -> World -> World