Remove Crew Monitor

To be moved to new file, appropriately named.
This commit is contained in:
TheFurryFeline
2019-03-12 10:53:08 -04:00
committed by GitHub
parent c9a4b30e73
commit dba3dc3726
+2 -30
View File
@@ -1,32 +1,4 @@
/datum/nifsoft/crewmonitor
name = "Crew Monitor"
desc = "A link to the local crew monitor sensors. Useful for finding people in trouble."
list_pos = NIF_CREWMONITOR
access = access_medical
cost = 1250
p_drain = 0.025
var/datum/nano_module/crew_monitor/arscreen
New()
..()
arscreen = new(nif)
Destroy()
qdel_null(arscreen)
return ..()
activate()
if((. = ..()))
arscreen.ui_interact(nif.human,"main",null,1,nif_state)
return TRUE
deactivate()
if((. = ..()))
return TRUE
stat_text()
return "Show Monitor"
//TFF: Removed Crew Monitor, moved to an appropriate file.
/datum/nifsoft/medichines_org
name = "Medichines"
desc = "An internal swarm of nanites to make sure you stay in good shape and to promote healing, or to preserve you if you are critically injured."
@@ -233,4 +205,4 @@
return TRUE
stat_text()
return "Store Backup"
return "Store Backup"