mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
removes printing photos from security consoles
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -143,9 +143,6 @@ Used In File(s): \code\game\machinery\computer\security.dm
|
||||
</td>
|
||||
<td valign='middle' align='center' style='width: 300px;'>
|
||||
{{if data.general.has_photos}}
|
||||
<div style="text-align: center;">
|
||||
<div style="display: inline-block;">{{:helper.link('Print photo', 'camera', {'print_p' : 1})}}</div>
|
||||
</div>
|
||||
{{for data.general.photos}}
|
||||
{{if value.photo}}
|
||||
<img src={{:value.photo}} height=96 width=96 border=5>
|
||||
|
||||
Reference in New Issue
Block a user