mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
@@ -34,7 +34,7 @@ var/list/admin_departments
|
||||
if( !(("[department]" in alldepartments) || ("[department]" in admin_departments)) )
|
||||
alldepartments |= department
|
||||
|
||||
/obj/machinery/photocopier/faxmachine/vueui_data_change(var/list/newdata, var/mob/user, var/datum/vueui/ui)
|
||||
/obj/machinery/photocopier/faxmachine/vueui_data_change(var/list/list/newdata, var/mob/user, var/datum/vueui/ui)
|
||||
// Build baseline data, that's read-only
|
||||
if(!newdata)
|
||||
. = newdata = list("destination" = "[current_map.boss_name]", "idname" = "", "paper" = "")
|
||||
@@ -49,7 +49,7 @@ var/list/admin_departments
|
||||
|
||||
if(newdata["alertpdas"] && alert_pdas && newdata["alertpdas"].len != alert_pdas.len)
|
||||
. = newdata
|
||||
newdata["alertpdas"] = list()
|
||||
newdata["alertpdas"].Cut()
|
||||
if (alert_pdas && alert_pdas.len)
|
||||
for (var/obj/item/device/pda/pda in alert_pdas)
|
||||
newdata["alertpdas"] += list(list("name" = "[alert_pdas[pda]]", "ref" = "\ref[pda]"))
|
||||
|
||||
@@ -115,7 +115,6 @@ Important Notes:<BR>
|
||||
P.name = "Security Record ([R.name])"
|
||||
virgin = 0 //tabbing here is correct- it's possible for people to try and use it
|
||||
//before the records have been generated, so we do this inside the loop.
|
||||
..()
|
||||
|
||||
/obj/structure/filingcabinet/security/attack_hand()
|
||||
populate()
|
||||
@@ -162,7 +161,6 @@ Important Notes:<BR>
|
||||
P.set_content_unsafe(pname, info)
|
||||
virgin = 0 //tabbing here is correct- it's possible for people to try and use it
|
||||
//before the records have been generated, so we do this inside the loop.
|
||||
..()
|
||||
|
||||
/obj/structure/filingcabinet/medical/attack_hand()
|
||||
populate()
|
||||
|
||||
Reference in New Issue
Block a user