From 92d3e6d2402727c6c7ec5fbbc4535acc85301f85 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sun, 30 Aug 2015 11:45:54 +0930 Subject: [PATCH] Fixes Yongauni#155 --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 1fe6843ce65..cd3d8bf07de 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1371,7 +1371,7 @@ handle_regular_hud_updates() /mob/living/carbon/human/Check_Shoegrip() - if((shoes.item_flags & NOSLIP) && istype(shoes, /obj/item/clothing/shoes/magboots)) //magboots + dense_object = no floating + if(shoes && (shoes.item_flags & NOSLIP) && istype(shoes, /obj/item/clothing/shoes/magboots)) //magboots + dense_object = no floating return 1 return 0