dreamchecker (#8233)

Implements dreamchecker plus fixes all errors
This commit is contained in:
mikomyazaki
2020-02-16 20:42:32 +02:00
committed by GitHub
parent d08b2ab609
commit 6074224d00
122 changed files with 282 additions and 227 deletions
+2 -2
View File
@@ -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]"))
-2
View File
@@ -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()