Merge pull request #5821 from Sharkmare/Talk-voice-Global

Globalize the Voice list and fetching
This commit is contained in:
Razgriz
2023-03-04 16:28:52 -07:00
committed by GitHub
5 changed files with 42 additions and 1 deletions
@@ -244,6 +244,7 @@
if(!voice_sound)
character.voice_sounds_list = talk_sound
else
/* CHOMPREMOVAL, redundant list
switch(voice_sound)
if("beep-boop")
character.voice_sounds_list = talk_sound
@@ -273,6 +274,8 @@
character.voice_sounds_list = goon_speak_roach_sound
if("goon speak skelly")
character.voice_sounds_list = goon_speak_skelly_sound
*/ //CHOMPREMOVAL, redundant list
character.voice_sounds_list = get_talk_sound(voice_sound)
character.species?.blood_color = blood_color