From a6d0f3015bfcd29deca23877ad1b28340f82e3c3 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Tue, 8 Feb 2011 22:20:00 +0000 Subject: [PATCH] added the two required ripley circuitboard to the crate due to the lack of the circuitboard printer. Once one is added the two should be removed. A comment of this is added next to both. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@996 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/supplypacks.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/defines/obj/supplypacks.dm b/code/defines/obj/supplypacks.dm index f7e8aa5c053..375d9ba4706 100644 --- a/code/defines/obj/supplypacks.dm +++ b/code/defines/obj/supplypacks.dm @@ -314,7 +314,7 @@ access = access_robotics /datum/supply_packs/mecha_ripley - name = "APLU \"Ripley\" Exosuit Assembly Crate" + name = "DIY All-inclusive APLU \"Ripley\" Exosuit Assembly Crate" contains = list("/obj/mecha_chassis/ripley", "/obj/item/mecha_parts/part/ripley_torso", "/obj/item/mecha_parts/part/ripley_left_arm", @@ -323,7 +323,9 @@ "/obj/item/mecha_parts/part/ripley_right_leg", "/obj/item/weapon/disk/circuit_disk/mecha/ripley/main", "/obj/item/weapon/disk/circuit_disk/mecha/ripley/peripherals", - "/obj/item/weapon/book/manual/ripley_build_and_repair") + "/obj/item/weapon/book/manual/ripley_build_and_repair", + "/obj/item/mecha_parts/circuitboard/ripley/peripherals", //TEMPORARY due to lack of circuitboard printer + "/obj/item/mecha_parts/circuitboard/ripley/main") //TEMPORARY due to lack of circuitboard printer cost = 40 containertype = "/obj/crate/secure" containername = "ARLU \"Ripley\" Exosuit Assembly"