[MIRROR] Adds yeehaw to the discoball dj soundboard (#5254)

* yeehaw (#35172)

* Adds yeehaw to the discoball dj soundboard
This commit is contained in:
CitadelStationBot
2018-02-04 22:30:10 -06:00
committed by Poojawa
parent ef3160dce9
commit b1e9ca385f
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -115,6 +115,7 @@
dat += "<A href='?src=[REF(src)];action=pop'>Gunshot</A>"
dat += "<A href='?src=[REF(src)];action=saber'>Esword</A>"
dat += "<A href='?src=[REF(src)];action=harm'>Harm Alarm</A>"
dat += "<A href='?src=[REF(src)];action=yeehaw'>Yeehaw</A>"
var/datum/browser/popup = new(user, "vending", "Radiance Dance Machine - Mark IV", 400, 350)
popup.set_content(dat.Join())
popup.open()
@@ -171,6 +172,8 @@
deejay('sound/weapons/saberon.ogg')
if("harm")
deejay('sound/ai/harmalarm.ogg')
if("yeehaw")
deejay('sound/misc/Yeehaw.ogg')
/obj/machinery/disco/proc/deejay(var/S)
if (QDELETED(src) || !active || charge < 5)
Binary file not shown.