From e92e4b67484adb99f3562cbdc6054eaeb662a792 Mon Sep 17 00:00:00 2001 From: "trubblebass@gmail.com" Date: Tue, 27 Dec 2011 21:05:27 +0000 Subject: [PATCH] - Fixed Issue 284 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2834 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/supplypacks.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/defines/obj/supplypacks.dm b/code/defines/obj/supplypacks.dm index 6ad7b775ddc..611e67be06a 100644 --- a/code/defines/obj/supplypacks.dm +++ b/code/defines/obj/supplypacks.dm @@ -363,8 +363,8 @@ /datum/supply_packs/mecha_ripley name = "Circuit Crate (\"Ripley\" APLU)" contains = list("/obj/item/weapon/book/manual/ripley_build_and_repair", - "/obj/item/weapon/circuitboard/mecha/ripley/peripherals", //TEMPORARY due to lack of circuitboard printer - "/obj/item/weapon/circuitboard/mecha/ripley/main") //TEMPORARY due to lack of circuitboard printer + "/obj/item/weapon/circuitboard/mecha/ripley/main", //TEMPORARY due to lack of circuitboard printer + "/obj/item/weapon/circuitboard/mecha/ripley/peripherals") //TEMPORARY due to lack of circuitboard printer cost = 40 containertype = "/obj/structure/closet/crate/secure" containername = "APLU \"Ripley\" Circuit Crate"