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"