sandstone blocks have the correct sound now (#87896)

## About The Pull Request
closes https://github.com/tgstation/tgstation/issues/87611
## Why It's Good For The Game
it makes sense
## Changelog
🆑 grungussuss
sound: sandstone blocks have the correct sound now
/🆑
This commit is contained in:
grungussuss
2024-11-14 19:11:25 +01:00
committed by GitHub
parent 266a4af0e1
commit 9dadb4b2cf
@@ -41,6 +41,8 @@ GLOBAL_LIST_INIT(sandstone_recipes, list ( \
merge_type = /obj/item/stack/sheet/mineral/sandstone
walltype = /turf/closed/wall/mineral/sandstone
material_type = /datum/material/sandstone
drop_sound = SFX_STONE_DROP
pickup_sound = SFX_STONE_PICKUP
/obj/item/stack/sheet/mineral/sandstone/get_main_recipes()
. = ..()