Changes slosh sounds to global list (#8591)

This commit is contained in:
Guti
2024-06-29 16:22:00 +02:00
committed by GitHub
parent fc8df8d122
commit 376e79e2fd
6 changed files with 15 additions and 46 deletions

View File

@@ -19,7 +19,6 @@
/datum/element/slosh/Detach(datum/source)
UnregisterSignal(source, COMSIG_MOVABLE_MOVED)
step_count -= source
return ..()
/datum/element/slosh/proc/handle_footstep(mob/living/source)