From 18a97324d0af695e8d9477971b37bdd8a8baa558 Mon Sep 17 00:00:00 2001 From: Dip Date: Mon, 5 Oct 2020 11:48:11 -0300 Subject: [PATCH] runtime --- code/modules/mob/living/carbon/human/human_movement.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index 64b66c5c..4dc63308 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -46,7 +46,7 @@ for(var/datum/mutation/human/HM in dna.mutations) HM.on_move(src, NewLoc) - if(shoes) + if(shoes && shoes.type != /obj/item/clothing/head/mob_holder/micro) if(!lying && !buckled) if(loc == NewLoc) if(!has_gravity(loc))