Rename place metal node sound

This commit is contained in:
Jordan Irwin 2021-08-08 23:44:31 -07:00
parent a0d2df2faa
commit b9a512084b
3 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ function sounds.node_metal(tbl)
tbl.footstep = tbl.footstep or {name="sounds_node_step_metal", gain=0.4}
tbl.dig = tbl.dig or {name="sounds_node_dig_metal", gain=0.5}
tbl.dug = tbl.dug or {name="sounds_node_dug_metal", gain=0.5}
tbl.place = tbl.place or {name="sounds_node_metal_place", gain=0.5}
tbl.place = tbl.place or {name="sounds_node_place_metal", gain=0.5}
sounds.node(tbl)
return tbl