mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
More clothing.dm chompedit reapplications
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user