Skip to content

Commit

Permalink
Slightly reduces crusher spawn sound falloff (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Apr 12, 2024
1 parent 72a1e3f commit 1228f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Crusher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
. = ..()
AddComponent(/datum/component/footstep, 2, 50, 15, 1, "metalbang")

playsound(src, 'sound/voice/alien_death_unused.ogg', 100, TRUE, 30)
playsound(src, 'sound/voice/alien_death_unused.ogg', 100, TRUE, 30, falloff = 5)
for(var/mob/current_mob as anything in get_mobs_in_z_level_range(get_turf(src), 30) - src)
var/relative_dir = get_dir(current_mob, src)
var/final_dir = dir2text(relative_dir)
Expand Down

0 comments on commit 1228f38

Please sign in to comment.