removes printing photos from security consoles

This commit is contained in:
Birdtalon
2018-02-24 16:38:10 +00:00
parent ff29f0e6ea
commit 24b867cd76
2 changed files with 0 additions and 12 deletions
-9
View File
@@ -369,15 +369,6 @@
P.name = "paper - 'Security Record'"
printing = 0
else if(href_list["print_p"])
if(!printing)
printing = 1
playsound(loc, "sound/goonstation/machines/printer_dotmatrix.ogg", 50, 1)
sleep(50)
if(istype(active1, /datum/data/record) && data_core.general.Find(active1))
create_record_photo(active1)
printing = 0
else if(href_list["printlogs"])
if(cell_logs.len && !printing)
var/obj/item/weapon/paper/P = input(usr, "Select log to print", "Available Cell Logs") as null|anything in cell_logs