mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Footstep runtime fix (#8652)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user