Fax, Prayer, and Emergency Comms

Resolves #1862
This commit is contained in:
Spades
2016-06-14 16:32:13 -04:00
parent 0e222261dd
commit c89752a369
5 changed files with 42 additions and 1 deletions
+2 -1
View File
@@ -158,7 +158,7 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
return 0 //You can't send faxes to "Unknown"
flick("faxreceive", src)
playsound(loc, "sound/items/polaroid1.ogg", 50, 1)
playsound(loc, "sound/effects/printer.ogg", 50, 1)
// give the sprite some time to flick
sleep(20)
@@ -216,3 +216,4 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
for(var/client/C in admins)
if(R_ADMIN & C.holder.rights)
C << msg
C << 'sound/effects/printer.ogg'