refactoring for TGUI3, part 1

This commit is contained in:
sarcoph
2022-02-28 19:34:37 -09:00
parent 44ab0283e9
commit 21e555a14f
33 changed files with 382 additions and 319 deletions
-1
View File
@@ -171,7 +171,6 @@
return
if((pack.hidden && !(obj_flags & EMAGGED)) || (pack.contraband && !contraband) || pack.DropPodOnly)
return
var/name = "*None Provided*"
var/rank = "*None Provided*"
var/ckey = usr.ckey
+1 -1
View File
@@ -19,7 +19,7 @@
var/record_interval = 50
var/next_record = 0
var/is_secret_monitor = FALSE
tgui_id = "power_monitor"
tgui_id = "PowerMonitor"
ui_style = "ntos"
/obj/machinery/computer/monitor/secret //Hides the power monitor (such as ones on ruins & CentCom) from PDA's to prevent metagaming.