mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 17:06:55 +01:00
bugfixes (#6110)
see commits --------- Co-authored-by: silicons <no@you.cat>
This commit is contained in:
@@ -34,15 +34,15 @@
|
||||
access = ACCESS_ENGINEERING_MAIN
|
||||
cost = 250
|
||||
p_drain = 0.025
|
||||
var/datum/nano_module/alarm_monitor/engineering/arscreen
|
||||
var/datum/tgui_module_old/alarm_monitor/engineering/nif/arscreen
|
||||
|
||||
/datum/nifsoft/alarmmonitor/New()
|
||||
..()
|
||||
arscreen = new(nif)
|
||||
|
||||
/datum/nifsoft/alarmmonitor/Destroy()
|
||||
QDEL_NULL(arscreen)
|
||||
return ..()
|
||||
QDEL_NULL(arscreen)
|
||||
return ..()
|
||||
|
||||
/datum/nifsoft/alarmmonitor/activate()
|
||||
if((. = ..()))
|
||||
|
||||
Reference in New Issue
Block a user