Merge pull request #30112 from YPOQ/toysoundfix

Fixes sounds for toy nuke, red button, and talking action figures
This commit is contained in:
Leo
2017-08-24 08:57:02 -03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
var/path = "sound/chatter/[phomeme]_[length].ogg"
playsound(loc, path,
vol = 40, vary = 0, extrarange = 3, falloff = FALSE, surround = 1)
vol = 40, vary = 0, extrarange = 3, falloff = FALSE)
sleep((length + 1) * chatter_get_sleep_multiplier(phomeme))