Generalized handle_movement() checking from shoes to /obj/item.

This commit is contained in:
MistakeNot4892
2023-07-23 06:47:13 +10:00
parent 9a8d1bd12b
commit 964e5b878a
5 changed files with 37 additions and 15 deletions
+6
View File
@@ -971,3 +971,9 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
if (!user.check_dexterity(test_dexterity, src, silent)) // Handles its own failure message.
return
return FALSE
/obj/item/proc/is_mob_movement_sensitive()
return FALSE
/obj/item/proc/handle_movement(var/turf/walking, var/running)
return FALSE