Broad TG Sound Update (#15608)

* Broad TG Sound Update

* jester update
This commit is contained in:
Fox McCloud
2021-02-27 06:59:33 -05:00
committed by GitHub
parent d510702d4f
commit f65c8994ce
58 changed files with 251 additions and 138 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
if(opening)
return
opening = 1
playsound(src.loc, 'sound/items/bubblewrap.ogg', 30, 1, extrarange = -4, falloff = 10)
playsound(loc, 'sound/items/bubblewrap.ogg', 30, TRUE)
icon_state = "prizeconfetti"
src.color = pick(GLOB.random_color_list)
var/prize_inside = pick(possible_contents)
+1 -1
View File
@@ -57,7 +57,7 @@ GLOBAL_VAR(claw_game_html)
else
atom_say("WINNER!")
new /obj/item/toy/prizeball(get_turf(src))
playsound(src.loc, 'sound/arcade/win.ogg', 50, 1, extrarange = -3, falloff = 10)
playsound(loc, 'sound/arcade/win.ogg', 50, TRUE)
addtimer(CALLBACK(src, .proc/update_icon), 10)
/obj/machinery/arcade/claw/start_play(mob/user as mob)