mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Unfucks non-slip. (#8850)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user