Skip to content

Commit

Permalink
Added some stone foley sounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Mar 22, 2024
1 parent 3936238 commit 32fb448
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/turfs/walls/wall_natural.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@
/turf/wall/natural/drop_dismantled_products(devastated, explode)
drop_ore()

// TODO: rock crumble SFX
/turf/wall/natural/get_dismantle_sound()
return 'sound/items/Welder.ogg'
return 'sound/effects/rockcrumble.ogg'

/turf/wall/natural/dismantle_wall(devastated, explode, no_product, ramp_update = TRUE)
destroy_artifacts(null, INFINITY)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
/decl/material/solid/silicon = 1
)
ore_result_amount = 7
sound_manipulate = 'sound/foley/rockscrape.ogg'
sound_dropped = 'sound/foley/rockscrape.ogg'

/decl/material/solid/stone/sandstone
name = "sandstone"
Expand Down
Binary file added sound/effects/rockcrumble.ogg
Binary file not shown.
Binary file added sound/foley/rockscrape.ogg
Binary file not shown.

0 comments on commit 32fb448

Please sign in to comment.