modsuits part 1
This commit is contained in:
committed by
Jerry Wester
parent
792790216d
commit
183b554ed3
@@ -238,3 +238,15 @@
|
||||
contains = list(/obj/item/raw_anomaly_core/pyro)
|
||||
crate_name = "raw pyro anomaly"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
|
||||
/datum/supply_pack/science/mod_core
|
||||
name = "MOD core Crate"
|
||||
desc = "Three cores, perfect for any MODsuit construction! Naturally harvested™, of course."
|
||||
cost = CARGO_CRATE_VALUE * 3
|
||||
access = ACCESS_ROBOTICS
|
||||
access_view = ACCESS_ROBOTICS
|
||||
contains = list(/obj/item/mod/construction/core,
|
||||
/obj/item/mod/construction/core,
|
||||
/obj/item/mod/construction/core)
|
||||
crate_name = "MOD core crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
|
||||
Reference in New Issue
Block a user