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
@@ -244,8 +244,8 @@
pass_color = TRUE
strict_color_stacking = TRUE
/obj/item/stack/material/wax/New()
..()
/obj/item/stack/material/wax/Initialize()
. = ..()
recipes = wax_recipes
/datum/material/wax
+4
View File
@@ -175,9 +175,13 @@
return
/obj/machinery/portable_atmospherics/hydroponics/Initialize()
<<<<<<< HEAD
. = ..()
if(!ov_lowhealth)
setup_overlays()
=======
..()
>>>>>>> b22a056... Sideports a couple of init unit tests from Neb. (#7893)
temp_chem_holder = new()
temp_chem_holder.create_reagents(10)
create_reagents(200)