mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 06:06:34 +01:00
Generalized handle_movement() checking from shoes to /obj/item.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user