diff --git a/modular_citadel/cit_turfs.dm b/modular_citadel/cit_turfs.dm index 05f5d26198..d5a9c8b524 100644 --- a/modular_citadel/cit_turfs.dm +++ b/modular_citadel/cit_turfs.dm @@ -73,7 +73,7 @@ GLOBAL_LIST_INIT(turf_footstep_sounds, list( /mob/living/Move(atom/newloc, direct) . = ..() - if(makesfootstepsounds) + if(. && makesfootstepsounds) CitFootstep(newloc) //Baystation-styled tile dirtification.