Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Jun 11, 2024
1 parent 124b7b2 commit f844209
Show file tree
Hide file tree
Showing 7 changed files with 3 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
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 f844209

Please sign in to comment.