mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Removes Security NIF Monitor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user