mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Sideports a couple of init unit tests from Neb.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user