Fixes Freezer and Heater boards randomizing

This commit is contained in:
Xhuis
2017-06-18 21:45:31 -04:00
parent ce39cd32de
commit fd1c8861ed
2 changed files with 13 additions and 9 deletions

View File

@@ -32,11 +32,12 @@
req_components = list(
/obj/item/weapon/stock_parts/matter_bin = 2,
/obj/item/weapon/stock_parts/micro_laser = 2,
/obj/item/stack/cable_coil = 1,
/obj/item/stack/cable_coil/one = 1,
/obj/item/weapon/stock_parts/console_screen = 1)
/obj/item/weapon/circuitboard/machine/thermomachine/New()
/obj/item/weapon/circuitboard/machine/thermomachine/Initialize()
..()
if(!build_path)
if(prob(50))
name = "Freezer (Machine Board)"
build_path = /obj/machinery/atmospherics/components/unary/thermomachine/freezer

View File

@@ -511,6 +511,9 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe("cable restrai
singular_name = "cable piece"
full_w_class = WEIGHT_CLASS_SMALL
/obj/item/stack/cable_coil/one
amount = 1
/obj/item/stack/cable_coil/cyborg
is_cyborg = 1
materials = list()