mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Fixes speech sounds actually playing the sound (#3618)
Fixes sounds not playing for certain species voices, used for things like Shadow people, Vox, Vaurca Breeders, and Xenomorphs.
This commit is contained in:
@@ -217,4 +217,5 @@
|
||||
var/list/returns[2]
|
||||
returns[1] = sound(pick(species.speech_sounds))
|
||||
returns[2] = 50
|
||||
return returns
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user