Skip to content

Commit

Permalink
Volume tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Mar 17, 2024
1 parent 1cd6715 commit c738405
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/castes/Crusher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

/mob/living/carbon/xenomorph/crusher/Initialize(mapload, mob/living/carbon/xenomorph/oldXeno, h_number, ai_hard_off = FALSE)
. = ..()
AddComponent(/datum/component/footstep, 2, 25, 15, 1, "metalbang")
AddComponent(/datum/component/footstep, 2, 50, 15, 1, "metalbang")

playsound(src, 'sound/voice/alien_death_unused.ogg', 100, TRUE, 30)
for(var/mob/current_mob as anything in get_mobs_in_z_level_range(get_turf(src), 30) - src)
Expand All @@ -91,7 +91,7 @@

/mob/living/carbon/xenomorph/crusher/death(cause, gibbed)
. = ..()
playsound(src, 'sound/voice/alien_crusher_death.ogg', 50)
playsound(src, 'sound/voice/alien_crusher_death.ogg', 50, FALSE, 15)


// Refactored to handle all of crusher's interactions with object during charge.
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Drone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@

/mob/living/carbon/xenomorph/drone/Initialize(mapload, mob/living/carbon/xenomorph/oldXeno, h_number, ai_hard_off = FALSE)
. = ..()
AddComponent(/datum/component/footstep, 3, 100, 9, 1, "alien_footstep_small")
AddComponent(/datum/component/footstep, 3, 100, 12, 1, "alien_footstep_small")
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Runner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

/mob/living/carbon/xenomorph/runner/Initialize(mapload, mob/living/carbon/xenomorph/oldXeno, h_number, ai_hard_off = FALSE)
. = ..()
AddComponent(/datum/component/footstep, 2, 100, 9, 1, "alien_footstep_small")
AddComponent(/datum/component/footstep, 2, 100, 12, 1, "alien_footstep_small")

/mob/living/carbon/xenomorph/runner/initialize_pass_flags(datum/pass_flags_container/pass_flags_container)
..()
Expand Down

0 comments on commit c738405

Please sign in to comment.