Skip to content

Commit

Permalink
No more footsteps for rouneys and drouneys
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Mar 20, 2024
1 parent c738405 commit a1e0cab
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions code/game/sound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@
S = pick('sound/effects/alien_footstep_large1.ogg','sound/effects/alien_footstep_large2.ogg','sound/effects/alien_footstep_large3.ogg')
if("alien_footstep_medium")
S = pick('sound/effects/alien_footstep_medium1.ogg','sound/effects/alien_footstep_medium2.ogg','sound/effects/alien_footstep_medium3.ogg')
if("alien_footstep_small")
S = pick('sound/effects/alien_footstep_small1.ogg', 'sound/effects/alien_footstep_small2.ogg', 'sound/effects/alien_footstep_small3.ogg', 'sound/effects/alien_footstep_small4.ogg')
if("alien_charge")
S = pick('sound/effects/alien_footstep_charge1.ogg','sound/effects/alien_footstep_charge2.ogg','sound/effects/alien_footstep_charge3.ogg')
if("alien_resin_build")
Expand Down
4 changes: 0 additions & 4 deletions code/modules/mob/living/carbon/xenomorph/castes/Drone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,3 @@

/mob/living/carbon/xenomorph/drone/init_movement_handler()
return new /datum/xeno_ai_movement/drone(src)

/mob/living/carbon/xenomorph/drone/Initialize(mapload, mob/living/carbon/xenomorph/oldXeno, h_number, ai_hard_off = FALSE)
. = ..()
AddComponent(/datum/component/footstep, 3, 100, 12, 1, "alien_footstep_small")
4 changes: 0 additions & 4 deletions code/modules/mob/living/carbon/xenomorph/castes/Runner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
var/linger_deviation = 1
var/pull_direction

/mob/living/carbon/xenomorph/runner/Initialize(mapload, mob/living/carbon/xenomorph/oldXeno, h_number, ai_hard_off = FALSE)
. = ..()
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)
..()
if (pass_flags_container)
Expand Down
Binary file removed sound/effects/alien_footstep_small1.ogg
Binary file not shown.
Binary file removed sound/effects/alien_footstep_small2.ogg
Binary file not shown.
Binary file removed sound/effects/alien_footstep_small3.ogg
Binary file not shown.
Binary file removed sound/effects/alien_footstep_small4.ogg
Binary file not shown.

0 comments on commit a1e0cab

Please sign in to comment.