mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
some more new to init (#17231)
* some more new to init * rigs * rigs * intellisense moment * telcoms and landmarks * fix that as well * some more minor things * re add missing message * fix trash eating...
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
var/current_tag = null
|
||||
var/datum/tgui_module/rcon/rcon
|
||||
|
||||
/obj/machinery/computer/rcon/New()
|
||||
..()
|
||||
/obj/machinery/computer/rcon/Initialize(mapload)
|
||||
. = ..()
|
||||
rcon = new(src)
|
||||
|
||||
/obj/machinery/computer/rcon/Destroy()
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
circuit = /obj/item/circuitboard/crew
|
||||
var/datum/tgui_module/crew_monitor/crew_monitor
|
||||
|
||||
/obj/machinery/computer/crew/New()
|
||||
/obj/machinery/computer/crew/Initialize(mapload)
|
||||
. = ..()
|
||||
crew_monitor = new(src)
|
||||
..()
|
||||
|
||||
/obj/machinery/computer/crew/Destroy()
|
||||
qdel(crew_monitor)
|
||||
|
||||
Reference in New Issue
Block a user