[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -18,7 +18,7 @@
pipe_flags = PIPING_DEFAULT_LAYER_ONLY
density = TRUE
/obj/machinery/atmospherics/pipe/tank/Initialize()
/obj/machinery/atmospherics/pipe/tank/Initialize(mapload)
icon_state = "air"
. = ..()
@@ -74,7 +74,7 @@
name = "Pressure Tank (Air)"
icon_state = "air_map"
/obj/machinery/atmospherics/pipe/tank/air/Initialize()
/obj/machinery/atmospherics/pipe/tank/air/Initialize(mapload)
air_temporary = new
air_temporary.volume = volume
air_temporary.temperature = T20C
@@ -90,7 +90,7 @@
name = "Pressure Tank (Oxygen)"
icon_state = "o2_map"
/obj/machinery/atmospherics/pipe/tank/oxygen/Initialize()
/obj/machinery/atmospherics/pipe/tank/oxygen/Initialize(mapload)
air_temporary = new
air_temporary.volume = volume
air_temporary.temperature = T20C
@@ -105,7 +105,7 @@
icon_state = "n2_map"
volume = 40000 //Vorestation edit
/obj/machinery/atmospherics/pipe/tank/nitrogen/Initialize()
/obj/machinery/atmospherics/pipe/tank/nitrogen/Initialize(mapload)
air_temporary = new
air_temporary.volume = volume
air_temporary.temperature = T20C
@@ -119,7 +119,7 @@
name = "Pressure Tank (Carbon Dioxide)"
icon_state = "co2_map"
/obj/machinery/atmospherics/pipe/tank/carbon_dioxide/Initialize()
/obj/machinery/atmospherics/pipe/tank/carbon_dioxide/Initialize(mapload)
air_temporary = new
air_temporary.volume = volume
air_temporary.temperature = T20C
@@ -134,7 +134,7 @@
icon_state = "phoron_map"
connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_FUEL
/obj/machinery/atmospherics/pipe/tank/phoron/Initialize()
/obj/machinery/atmospherics/pipe/tank/phoron/Initialize(mapload)
air_temporary = new
air_temporary.volume = volume
air_temporary.temperature = T20C
@@ -148,7 +148,7 @@
name = "Pressure Tank (Nitrous Oxide)"
icon_state = "n2o_map"
/obj/machinery/atmospherics/pipe/tank/nitrous_oxide/Initialize()
/obj/machinery/atmospherics/pipe/tank/nitrous_oxide/Initialize(mapload)
air_temporary = new
air_temporary.volume = volume
air_temporary.temperature = T0C