Fixes sounds for toy nuke, red button, and talking action figures (#2475)

This commit is contained in:
CitadelStationBot
2017-08-24 20:31:24 -05:00
committed by kevinz000
parent d5dfe45c1e
commit 3ea2288820
2 changed files with 3 additions and 3 deletions

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))