Convert all old nano_module crew monitors to TGUI, fix crew monitor for virgo

This commit is contained in:
ShadowLarkens
2020-07-16 18:58:37 -07:00
parent a98b8f9764
commit a1eb54e615
9 changed files with 128 additions and 91 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
access = access_medical
cost = 625
p_drain = 0.025
var/datum/nano_module/program/crew_monitor/arscreen
var/datum/tgui_module/crew_monitor/arscreen
New()
..()
@@ -17,7 +17,7 @@
activate()
if((. = ..()))
arscreen.ui_interact(nif.human,"main",null,1,nif_state)
arscreen.tgui_interact(nif.human, "main", null, 1, state = GLOB.tgui_nif_state)
return TRUE
deactivate()