mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Finish Machinery new to init (#17334)
* Finish Machinery new to init * fix that --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
f362f6585f
commit
4d36cfdaeb
@@ -12,8 +12,8 @@
|
||||
var/obj/machinery/power/fusion_core/cur_viewed_device
|
||||
var/datum/tgui_module/rustcore_monitor/monitor
|
||||
|
||||
/obj/machinery/computer/fusion_core_control/New()
|
||||
..()
|
||||
/obj/machinery/computer/fusion_core_control/Initialize(mapload)
|
||||
. = ..()
|
||||
monitor = new(src)
|
||||
monitor.core_tag = id_tag
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
var/scan_range = 25
|
||||
var/datum/tgui_module/rustfuel_control/monitor
|
||||
|
||||
/obj/machinery/computer/fusion_fuel_control/New()
|
||||
..()
|
||||
/obj/machinery/computer/fusion_fuel_control/Initialize(mapload)
|
||||
. = ..()
|
||||
monitor = new(src)
|
||||
monitor.fuel_tag = id_tag
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
var/scan_range = 25
|
||||
var/datum/tgui_module/gyrotron_control/monitor
|
||||
|
||||
/obj/machinery/computer/gyrotron_control/New()
|
||||
..()
|
||||
/obj/machinery/computer/gyrotron_control/Initialize(mapload)
|
||||
. = ..()
|
||||
monitor = new(src)
|
||||
monitor.gyro_tag = id_tag
|
||||
monitor.scan_range = scan_range
|
||||
|
||||
Reference in New Issue
Block a user