Skip to content

Commit

Permalink
Merge branch 'master' into caustic-marine-armor
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWithNoHands authored Jul 3, 2024
2 parents 2cfec82 + bbae238 commit 16f668e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/sound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@
S = pick('sound/effects/alien_resin_move1.ogg','sound/effects/alien_resin_move2.ogg')
if("alien_talk")
S = pick('sound/voice/alien_talk.ogg','sound/voice/alien_talk2.ogg','sound/voice/alien_talk3.ogg')
if("larva_talk")
S = pick('sound/voice/larva_talk1.ogg','sound/voice/larva_talk2.ogg','sound/voice/larva_talk3.ogg','sound/voice/larva_talk4.ogg')
if("hiss_talk")
S = pick('sound/voice/hiss2.ogg','sound/voice/hiss3.ogg','sound/voice/hiss4.ogg')
if("alien_growl")
Expand Down
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Larva.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
crit_health = -25
gib_chance = 25
mob_size = MOB_SIZE_SMALL
speaking_noise = "larva_talk"
base_actions = list(
/datum/action/xeno_action/onclick/xeno_resting,
/datum/action/xeno_action/watch_xeno,
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/archive/2024-07.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2024-07-03:
Blundir:
- soundadd: larva talking sounds
- imageadd: larva moving sprites, tweak of standing ones
Binary file modified icons/mob/xenos/larva.dmi
Binary file not shown.
Binary file added sound/voice/larva_talk1.ogg
Binary file not shown.
Binary file added sound/voice/larva_talk2.ogg
Binary file not shown.
Binary file added sound/voice/larva_talk3.ogg
Binary file not shown.
Binary file added sound/voice/larva_talk4.ogg
Binary file not shown.

0 comments on commit 16f668e

Please sign in to comment.