Merge pull request #9057 from EgoSumStultus/male-AI-vox

Adds the Male AI vox voice.
This commit is contained in:
nik707
2019-09-02 18:27:03 -05:00
committed by GitHub
634 changed files with 652 additions and 5 deletions

View File

@@ -817,6 +817,10 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
var/file = GLOB.vox_sounds[name]
Export("##action=load_rsc", file)
stoplag()
for (var/name in GLOB.vox_sounds_male)
var/file = GLOB.vox_sounds_male[name]
Export("##action=load_rsc", file)
stoplag()
#endif