From 84106dd5a5fdc518fef8ae787d157951e8261c6f Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sat, 25 Nov 2017 01:23:29 -0500 Subject: [PATCH] fixes grass not using the right sound, makes grimy carpets use carpet sound --- modular_citadel/cit_turfs.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modular_citadel/cit_turfs.dm b/modular_citadel/cit_turfs.dm index b32d41a7cd..b172bb2893 100644 --- a/modular_citadel/cit_turfs.dm +++ b/modular_citadel/cit_turfs.dm @@ -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"