Skip to content

Commit

Permalink
add emotes sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraHell committed Dec 6, 2024
1 parent 6e524bc commit b5b2741
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions modular_ss220/emotes/code/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,14 @@
female_scream_sound = 'modular_ss220/emotes/audio/unathi/scream_female.ogg'
male_sneeze_sound = 'modular_ss220/emotes/audio/unathi/sneeze_male.ogg'
female_sneeze_sound = 'modular_ss220/emotes/audio/unathi/sneeze_female.ogg'
male_giggle_sound = list(
'modular_ss220/emotes/audio/unathi/unathi_giggle.ogg',
'modular_ss220/emotes/audio/unathi/unathi_giggle_1.ogg')
female_giggle_sound = list(
'modular_ss220/emotes/audio/unathi/unathi_giggle.ogg',
'modular_ss220/emotes/audio/unathi/unathi_giggle_1.ogg')
male_laugh_sound = 'modular_ss220/emotes/audio/unathi/unathi_laugh.ogg'
female_laugh_sound = 'modular_ss220/emotes/audio/unathi/unathi_laugh.ogg'
death_sounds = 'modular_ss220/emotes/audio/unathi/deathsound_unathi.ogg'
suicide_messages = list(
"пытается откусить себе язык!",
Expand Down

0 comments on commit b5b2741

Please sign in to comment.