fixes grass not using the right sound, makes grimy carpets use carpet sound
This commit is contained in:
@@ -35,11 +35,14 @@ GLOBAL_LIST_INIT(turf_footstep_sounds, list(
|
||||
footstepsounds = "asteroid"
|
||||
|
||||
/turf/open/floor/grass
|
||||
footstepsounds = "grass"
|
||||
footstepsounds = "asteroid"
|
||||
|
||||
/turf/open/floor/carpet
|
||||
footstepsounds = "carpet"
|
||||
|
||||
/turf/open/floor/plasteel/grimy
|
||||
footstepsounds = "carpet"
|
||||
|
||||
/obj/machinery/atmospherics/components/unary/vent_pump
|
||||
footstepsoundoverride = "catwalk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user