Removes Security NIF Monitor

This commit is contained in:
Unknown
2019-03-29 09:50:28 -04:00
parent 8178bd9f91
commit 2c91a108c4
3 changed files with 21 additions and 51 deletions
@@ -55,32 +55,3 @@
stat_text()
return "Show Monitor"
/datum/nifsoft/cameramonitor
name = "Security Monitor"
desc = "A link to the local camera alarm monitors. Useful for knowing where the trouble is."
list_pos = NIF_SECMONITOR
access = access_security
cost = 1250
p_drain = 0.025
var/datum/nano_module/alarm_monitor/security/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"