Skip to content

Commit

Permalink
Footstep sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Sep 6, 2024
1 parent 0a5dfd1 commit 3c3323a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/datums/elements/footstep.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,10 @@
var/mob/living/carbon/carbon_source = source
if(!carbon_source.get_bodypart(BODY_ZONE_L_LEG) && !carbon_source.get_bodypart(BODY_ZONE_R_LEG))
return

/* todo: stealth mode?
if(carbon_source.m_intent == MOVE_INTENT_WALK)
return// stealth
*/

steps_for_living[source] += 1
var/steps = steps_for_living[source]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
var/skill_mod = 2

bodytype = BODYTYPE_KEPORI
special_step_sounds = FOOTSTEP_MOB_CLAW

species_chest = /obj/item/bodypart/chest/kepori
species_head = /obj/item/bodypart/head/kepori
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
mutanteyes = /obj/item/organ/eyes/lizard
sclera_color = "#fffec4"
blush_color = COLOR_BLUSH_TEAL
special_step_sounds = FOOTSTEP_MOB_CLAW

species_chest = /obj/item/bodypart/chest/lizard
species_head = /obj/item/bodypart/head/lizard
Expand Down
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/human/species_types/vox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
bodytemp_autorecovery_min = VOX_BODYTEMP_AUTORECOVERY_MIN

bodytype = BODYTYPE_VOX
special_step_sounds = FOOTSTEP_MOB_CLAW

species_chest = /obj/item/bodypart/chest/vox
species_head = /obj/item/bodypart/head/vox
Expand Down

0 comments on commit 3c3323a

Please sign in to comment.