From 9f751174b68cd054b1868a31bf3bcc3f39a1b3ca Mon Sep 17 00:00:00 2001 From: Vivalas Date: Sat, 9 Sep 2017 17:57:15 -0500 Subject: [PATCH] Wierd spaces --- code/modules/mob/living/carbon/human/human_movement.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index 7c98bbb6ab9..9b465c90eda 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -40,10 +40,10 @@ for(var/obj/item/organ/external/splinted in splinted_limbs) splinted.update_splints() - if(!has_gravity(loc)) + if(!has_gravity(loc)) return - var/obj/item/clothing/shoes/S = shoes + var/obj/item/clothing/shoes/S = shoes //Bloody footprints var/turf/T = get_turf(src)