Footstep runtime fix (#8652)

This commit is contained in:
Guti
2024-07-18 01:13:20 +02:00
committed by GitHub
parent fd7edf8df1
commit d139553add

View File

@@ -229,11 +229,3 @@ Maybe later, gotta figure out a way to click yourself when in a locker etc.
if(reopen)
ooc_notes_window(user)
//ChompEDIT END - Removal of usr
/mob/living/revive()
..()
RemoveElement(/datum/element/footstep)
if(ishuman(src))
var/mob/living/carbon/human/H = src
H.set_footsteps(H.species.footstep)