Custom Footstep sounds (#8695)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Guti
2024-07-29 20:51:13 +02:00
committed by GitHub
parent a838d5b118
commit f9abe972d2
16 changed files with 53 additions and 39 deletions

View File

@@ -196,3 +196,10 @@ var/global/list/vr_mob_spawner_options = list(
"Neaera" = /mob/living/carbon/human/neaera,
"Stok" = /mob/living/carbon/human/stok
)
var/global/list/selectable_footstep = list(
"Default" = FOOTSTEP_MOB_HUMAN,
"Claw" = FOOTSTEP_MOB_CLAW,
"Light Claw" = FOOTSTEP_MOB_TESHARI,
"Slither" = FOOTSTEP_MOB_SLITHER,
)