Fixes Yongauni#155

This commit is contained in:
Zuhayr
2015-08-30 11:45:54 +09:30
parent 9edeb3cc08
commit 92d3e6d240
@@ -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