Removes interdepartment fax cooldown

This commit is contained in:
mwerezak
2014-11-01 12:27:31 -04:00
parent 3f2aeb6dc4
commit 8a975fec06
2 changed files with 2050 additions and 1951 deletions
+4 -1
View File
@@ -148,13 +148,16 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
if (success)
visible_message("[src] beeps, \"Message transmitted successfully.\"")
sendcooldown = 600
//sendcooldown = 600
else
visible_message("[src] beeps, \"Error transmitting message.\"")
/obj/machinery/photocopier/faxmachine/proc/recievefax(var/obj/item/incoming)
if(stat & (BROKEN|NOPOWER))
return 0
if(department == "Unknown")
return 0 //You can't send faxes to "Unknown"
flick("faxreceive", src)
playsound(loc, "sound/items/polaroid1.ogg", 50, 1)
+2046 -1950
View File
File diff suppressed because it is too large Load Diff