Merge pull request #18242 from LatD/machineprototype

Item to cargo for R&D engineering tech
This commit is contained in:
oranges
2016-06-13 14:08:05 +12:00
committed by GitHub
4 changed files with 16 additions and 1 deletions
+8 -1
View File
@@ -789,7 +789,6 @@
crate_name = "shield generators crate"
crate_type = /obj/structure/closet/crate/secure
/datum/supply_pack/science/transfer_valves
name = "Tank Transfer Valves Crate"
cost = 6000
@@ -800,6 +799,14 @@
crate_type = /obj/structure/closet/crate/secure
dangerous = TRUE
/datum/supply_pack/science/research
name = "Machine Prototype Crate"
cost = 8000
access = access_research
contains = list(/obj/item/device/machineprototype)
crate_name = "machine prototype crate"
crate_type = /obj/structure/closet/crate/secure
//////////////////////////////////////////////////////////////////////////////
//////////////////////////// Organic /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////