Atmospherics/Initialize (#16519)

This commit is contained in:
ShadowLarkens
2024-10-31 04:07:23 -07:00
committed by GitHub
parent 8b509623c0
commit 80ec15a777
24 changed files with 84 additions and 801 deletions
@@ -9,8 +9,8 @@
var/datum/pipe_network/network1
var/datum/pipe_network/network2
/obj/machinery/atmospherics/binary/New()
..()
/obj/machinery/atmospherics/binary/Initialize()
. = ..()
air1 = new
air2 = new
@@ -126,4 +126,4 @@
update_icon()
update_underlays()
return null
return null