Skip to content

Commit

Permalink
A little bit louder
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Mar 15, 2024
1 parent 5831894 commit 1cd6715
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 @@ -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, 15, 15, 2, "metalbang")
AddComponent(/datum/component/footstep, 2, 25, 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 Down

0 comments on commit 1cd6715

Please sign in to comment.