More clothing.dm chompedit reapplications

This commit is contained in:
Raeschen
2023-06-22 11:00:56 +02:00
parent ed5332fe13
commit d328659139

View File

@@ -716,16 +716,6 @@
var/emote = pick(inside_emotes)
to_chat(M,emote)
return //CHOMPEDIT End
/obj/item/clothing/shoes/proc/handle_movement(var/turf/walking, var/running)
if(prob(1) && !recent_squish) //VOREStation edit begin
recent_squish = 1
spawn(100)
recent_squish = 0
for(var/mob/living/M in contents)
var/emote = pick(inside_emotes)
to_chat(M,emote) //VOREStation edit end
return
/obj/item/clothing/shoes/update_clothing_icon()
if (ismob(src.loc))