Merge pull request #9169 from MistakeNot4892/movementsounds

Generalized handle_movement() checking from shoes to /obj/item.
This commit is contained in:
Atermonera
2023-07-23 15:23:59 -08:00
committed by GitHub
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