Sideports a couple of init unit tests from Neb.

This commit is contained in:
MistakeNot4892
2021-02-27 13:05:16 -05:00
committed by Unknown
parent db9968a3ff
commit 3e804dc799
132 changed files with 2133 additions and 248 deletions
@@ -74,7 +74,7 @@
..()
/obj/machinery/portable_atmospherics/powered/reagent_distillery/Initialize()
..()
. = ..()
Reservoir = new (src)
Reservoir.Master = src
+3 -3
View File
@@ -53,7 +53,7 @@
..()
/obj/item/hose_connector/Initialize()
..()
. = ..()
create_reagents(100)
@@ -105,7 +105,7 @@
..()
/obj/item/hose_connector/input/active/Initialize()
..()
. = ..()
START_PROCESSING(SSobj, src)
if(!isturf(loc))
@@ -127,7 +127,7 @@
..()
/obj/item/hose_connector/output/active/Initialize()
..()
. = ..()
START_PROCESSING(SSobj, src)
if(!isturf(loc))
@@ -226,7 +226,7 @@
var/obj/item/hose_connector/input/active/InputSocket
/obj/item/weapon/reagent_containers/spray/chemsprayer/hosed/Initialize()
..()
. = ..()
InputSocket = new(src)