Footstep element (#8576)

This commit is contained in:
Guti
2024-06-28 16:00:23 +02:00
committed by GitHub
parent 5cb31ac195
commit c3e49d6b42
54 changed files with 733 additions and 26 deletions

View File

@@ -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)

View File

@@ -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
*/