mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Footstep element (#8576)
This commit is contained in:
@@ -229,3 +229,11 @@ 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)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//CHOMP reagent vore belly sloshing
|
||||
|
||||
/* This is an ELEMENT now
|
||||
/mob/living/silicon/robot
|
||||
var/step_count = 0
|
||||
|
||||
@@ -28,3 +28,4 @@
|
||||
return // Far less likely to make noise in no gravity
|
||||
playsound(T, S, volume, FALSE, preference = /datum/client_preference/digestion_noises)
|
||||
return
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user