mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Custom Footstep sounds (#8695)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user