more sounds

This commit is contained in:
Fox-McCloud
2016-03-08 22:35:31 -05:00
parent 2268e3c39e
commit bc639a357c
35 changed files with 49 additions and 11 deletions
+2 -1
View File
@@ -203,7 +203,8 @@ var/list/alldepartments = list()
return 0 //You can't send faxes to "Unknown"
flick("faxreceive", src)
playsound(loc, "sound/items/polaroid1.ogg", 50, 1)
playsound(loc, "sound/goonstation/machines/printer_dotmatrix.ogg", 50, 1)
// give the sprite some time to flick
sleep(20)
+2
View File
@@ -45,6 +45,7 @@
if(stat & (BROKEN|NOPOWER))
return
playsound(loc, "sound/goonstation/machines/printer_dotmatrix.ogg", 50, 1)
for(var/i = 0, i < copies, i++)
if(toner <= 0)
break
@@ -99,6 +100,7 @@
if (!selection)
return
playsound(loc, "sound/goonstation/machines/printer_dotmatrix.ogg", 50, 1)
var/obj/item/weapon/photo/p = new /obj/item/weapon/photo (src.loc)
p.construct(selection)
if (p.desc == "")