fixes grass not using the right sound, makes grimy carpets use carpet sound

This commit is contained in:
deathride58
2017-11-25 01:23:29 -05:00
parent a45a0ab7f8
commit 84106dd5a5
+4 -1
View File
@@ -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"