mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Finish Machinery new to init (#17334)
* Finish Machinery new to init * fix that --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -224,8 +224,8 @@
|
||||
var/burn_value = 0 //Setting these to 0, if resleeving as organic with unupgraded sleevers gives them no damage, resleeving synths with unupgraded synthfabs should not give them potentially 105 damage.
|
||||
var/brute_value = 0
|
||||
|
||||
/obj/machinery/transhuman/synthprinter/New()
|
||||
..()
|
||||
/obj/machinery/transhuman/synthprinter/Initialize(mapload)
|
||||
. = ..()
|
||||
component_parts = list()
|
||||
component_parts += new /obj/item/stock_parts/matter_bin(src)
|
||||
component_parts += new /obj/item/stock_parts/scanning_module(src)
|
||||
@@ -461,8 +461,8 @@
|
||||
|
||||
var/sleevecards = 2
|
||||
|
||||
/obj/machinery/transhuman/resleever/New()
|
||||
..()
|
||||
/obj/machinery/transhuman/resleever/Initialize(mapload)
|
||||
. = ..()
|
||||
component_parts = list()
|
||||
component_parts += new /obj/item/stock_parts/scanning_module(src)
|
||||
component_parts += new /obj/item/stock_parts/scanning_module(src)
|
||||
|
||||
Reference in New Issue
Block a user