mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user