mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Sideports a couple of init unit tests from Neb.
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
..()
|
||||
|
||||
/obj/machinery/portable_atmospherics/powered/reagent_distillery/Initialize()
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
Reservoir = new (src)
|
||||
Reservoir.Master = src
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user