Skip to content

Commit

Permalink
more female preburst sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Aug 20, 2024
1 parent e5f8b1c commit 0545431
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/sound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
if("female_upp_warcry")
sound = pick('sound/voice/upp_warcry/warcry_female_1.ogg', 'sound/voice/upp_warcry/warcry_female_2.ogg')
if("female_preburst")
sound = pick("sound/voice/human_female_preburst1.ogg", 'sound/voice/human_female_preburst2.ogg', 'sound/voice/human_female_preburst3.ogg')
sound = pick("sound/voice/human_female_preburst1.ogg", 'sound/voice/human_female_preburst2.ogg', 'sound/voice/human_female_preburst3.ogg', 'sound/voice/human_female_preburst4.ogg', 'sound/voice/human_female_preburst5.ogg', 'sound/voice/human_female_preburst6.ogg', 'sound/voice/human_female_preburst7.ogg')
if("female_hugged")
sound = pick("sound/voice/human_female_facehugged1.ogg", 'sound/voice/human_female_facehugged2.ogg')
if("rtb_handset")
Expand Down
Binary file added sound/voice/human_female_preburst4.ogg
Binary file not shown.
Binary file added sound/voice/human_female_preburst5.ogg
Binary file not shown.
Binary file added sound/voice/human_female_preburst6.ogg
Binary file not shown.
Binary file added sound/voice/human_female_preburst7.ogg
Binary file not shown.

0 comments on commit 0545431

Please sign in to comment.