From 24b867cd7657bcef5f9657e421bb113d804b1238 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Sat, 24 Feb 2018 16:33:48 +0000 Subject: [PATCH] removes printing photos from security consoles --- code/game/machinery/computer/security.dm | 9 --------- nano/templates/secure_data.tmpl | 3 --- 2 files changed, 12 deletions(-) diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index 464381f0fa5..f26dee2b7ba 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -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 diff --git a/nano/templates/secure_data.tmpl b/nano/templates/secure_data.tmpl index d4d129e808b..78cf3b9c332 100644 --- a/nano/templates/secure_data.tmpl +++ b/nano/templates/secure_data.tmpl @@ -143,9 +143,6 @@ Used In File(s): \code\game\machinery\computer\security.dm {{if data.general.has_photos}} -
-
{{:helper.link('Print photo', 'camera', {'print_p' : 1})}}
-
{{for data.general.photos}} {{if value.photo}}