Unfucks non-slip. (#8850)

This commit is contained in:
Alberyk
2020-05-14 10:16:00 +02:00
committed by GitHub
parent 6b97a9b602
commit 91b294ea6c
2 changed files with 6 additions and 2 deletions
@@ -123,8 +123,6 @@
return prob_slip
/mob/living/carbon/human/Check_Shoegrip(checkSpecies = TRUE)
if(checkSpecies && (species.flags & NO_SLIP))
return 1
if(shoes && (shoes.item_flags & NOSLIP) && istype(shoes, /obj/item/clothing/shoes/magboots)) //magboots + dense_object = no floating
return 1
return 0