Initialize fixing (#17279)

* Initialoize fixing

* diff fix

* add init grep test

* fixed missed ones

* .

* some more

* ,
This commit is contained in:
Kashargul
2025-03-08 13:59:29 -05:00
committed by GitHub
parent 76183beaa5
commit 46bea7cfa2
755 changed files with 1905 additions and 1904 deletions
@@ -21,7 +21,7 @@
var/set_temperature = T20C // Thermostat
var/cooling = 0
/obj/machinery/atmospherics/unary/freezer/Initialize()
/obj/machinery/atmospherics/unary/freezer/Initialize(mapload)
. = ..()
default_apply_parts()
@@ -21,7 +21,7 @@
var/set_temperature = T20C //thermostat
var/heating = 0 //mainly for icon updates
/obj/machinery/atmospherics/unary/heater/Initialize()
/obj/machinery/atmospherics/unary/heater/Initialize(mapload)
. = ..()
default_apply_parts()
@@ -24,7 +24,7 @@
level = 1
/obj/machinery/atmospherics/unary/outlet_injector/Initialize()
/obj/machinery/atmospherics/unary/outlet_injector/Initialize(mapload)
. = ..()
air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP + 500 //Give it a small reservoir for injecting. Also allows it to have a higher flow rate limit than vent pumps, to differentiate injectors a bit more.
@@ -13,7 +13,7 @@
var/welded = 0 //defining this here for ventcrawl stuff
/obj/machinery/atmospherics/unary/Initialize()
/obj/machinery/atmospherics/unary/Initialize(mapload)
. = ..()
air_contents = new
@@ -78,7 +78,7 @@
pressure_checks = 2
pressure_checks_default = 2
/obj/machinery/atmospherics/unary/vent_pump/Initialize()
/obj/machinery/atmospherics/unary/vent_pump/Initialize(mapload)
. = ..()
air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP
@@ -116,7 +116,7 @@
icon_connect_type = "-aux"
connect_types = CONNECT_TYPE_AUX //connects to aux pipes
/obj/machinery/atmospherics/unary/vent_pump/high_volume/Initialize()
/obj/machinery/atmospherics/unary/vent_pump/high_volume/Initialize(mapload)
. = ..()
air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP + 800
@@ -141,7 +141,7 @@
power_channel = ENVIRON
power_rating = 30000 //15 kW ~ 20 HP
/obj/machinery/atmospherics/unary/vent_pump/engine/Initialize()
/obj/machinery/atmospherics/unary/vent_pump/engine/Initialize(mapload)
. = ..()
air_contents.volume = ATMOS_DEFAULT_VOLUME_PUMP + 500 //meant to match air injector
@@ -31,7 +31,7 @@
use_power = USE_POWER_IDLE
icon_state = "map_scrubber_on"
/obj/machinery/atmospherics/unary/vent_scrubber/Initialize()
/obj/machinery/atmospherics/unary/vent_scrubber/Initialize(mapload)
. = ..()
air_contents.volume = ATMOS_DEFAULT_VOLUME_FILTER