mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
More clothing.dm chompedit reapplications
This commit is contained in:
@@ -717,16 +717,6 @@
|
|||||||
to_chat(M,emote)
|
to_chat(M,emote)
|
||||||
return //CHOMPEDIT End
|
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()
|
/obj/item/clothing/shoes/update_clothing_icon()
|
||||||
if (ismob(src.loc))
|
if (ismob(src.loc))
|
||||||
var/mob/M = src.loc
|
var/mob/M = src.loc
|
||||||
|
|||||||
Reference in New Issue
Block a user