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))