mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Initialize fixing (#17279)
* Initialoize fixing * diff fix * add init grep test * fixed missed ones * . * some more * ,
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
if(frequency)
|
||||
radio_connection = radio_controller.add_object(src, frequency, RADIO_ATMOSIA)
|
||||
|
||||
/obj/machinery/atmospherics/trinary/atmos_filter/Initialize()
|
||||
/obj/machinery/atmospherics/trinary/atmos_filter/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
switch(filter_type)
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
icon_state += "off"
|
||||
update_use_power(USE_POWER_OFF)
|
||||
|
||||
/obj/machinery/atmospherics/trinary/mixer/Initialize()
|
||||
/obj/machinery/atmospherics/trinary/mixer/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
air1.volume = ATMOS_DEFAULT_VOLUME_MIXER
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
var/datum/pipe_network/network2
|
||||
var/datum/pipe_network/network3
|
||||
|
||||
/obj/machinery/atmospherics/trinary/Initialize()
|
||||
/obj/machinery/atmospherics/trinary/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
air1 = new
|
||||
|
||||
Reference in New Issue
Block a user