diff --git a/code/modules/species/station/lizard.dm b/code/modules/species/station/lizard.dm index e9abe304cb38d..09e0c98b5bb66 100644 --- a/code/modules/species/station/lizard.dm +++ b/code/modules/species/station/lizard.dm @@ -97,6 +97,13 @@ /datum/mob_descriptor/build = 2 ) + speech_sounds = list( + 'mods/unathi/sounds/unathitalk.ogg', + 'mods/unathi/sounds/unathitalk2.ogg', + 'mods/unathi/sounds/unathitalk3.ogg' + ) + speech_chance = 7 + available_cultural_info = list( TAG_CULTURE = list( CULTURE_UNATHI_POLAR, diff --git a/code/modules/species/station/station.dm b/code/modules/species/station/station.dm index b3838f3ab2db0..835edf1f51bfb 100644 --- a/code/modules/species/station/station.dm +++ b/code/modules/species/station/station.dm @@ -148,13 +148,6 @@ /datum/mob_descriptor/headtail_length = 0 ) - speech_sounds = list( - 'sound/skrell/warble1.ogg', - 'sound/skrell/warble2.ogg', - 'sound/skrell/warble3.ogg' - ) - speech_chance = 10 - available_cultural_info = list( TAG_CULTURE = list( CULTURE_SKRELL_QERR, diff --git a/mods/unathi/sounds/unathitalk.ogg b/mods/unathi/sounds/unathitalk.ogg new file mode 100644 index 0000000000000..72b3589f79407 Binary files /dev/null and b/mods/unathi/sounds/unathitalk.ogg differ diff --git a/mods/unathi/sounds/unathitalk2.ogg b/mods/unathi/sounds/unathitalk2.ogg new file mode 100644 index 0000000000000..8fd06f8b7d168 Binary files /dev/null and b/mods/unathi/sounds/unathitalk2.ogg differ diff --git a/mods/unathi/sounds/unathitalk3.ogg b/mods/unathi/sounds/unathitalk3.ogg new file mode 100644 index 0000000000000..33fcfe413fef9 Binary files /dev/null and b/mods/unathi/sounds/unathitalk3.ogg differ diff --git a/mods/utility_items/_utility_items.dme b/mods/utility_items/_utility_items.dme index f096116069b5b..e227d6bf03539 100644 --- a/mods/utility_items/_utility_items.dme +++ b/mods/utility_items/_utility_items.dme @@ -11,5 +11,6 @@ #include "code/wires.dm" #include "code/reagents.dm" #include "code/cell_charger.dm" +#include "code/vox.dm" #endif diff --git a/mods/utility_items/code/vox.dm b/mods/utility_items/code/vox.dm new file mode 100644 index 0000000000000..61d2f141a635a --- /dev/null +++ b/mods/utility_items/code/vox.dm @@ -0,0 +1,2 @@ +/datum/trader/ship/vox + trade_flags = TRADER_GOODS | TRADER_WANTED_ONLY | TRADER_WANTED_ALL