mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Convert all old nano_module crew monitors to TGUI, fix crew monitor for virgo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user