Added a supermatter crate and supermatter shard crate, with appropriate CE-only open access for cargo.

This commit is contained in:
Nanai
2013-10-27 19:17:45 -04:00
parent 577b1f2da7
commit e4e1c66d4a
3 changed files with 21 additions and 9 deletions
+19
View File
@@ -945,6 +945,25 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
group = "Engineering"
access = access_ce
/datum/supply_packs/smbig
name = "Supermatter Core"
contains = list(/obj/machinery/power/supermatter)
cost = 50
containertype = /obj/structure/closet/crate/secure/plasma
containername = "Supermatter crate (CAUTIION)"
access = access_ce
group = "Engineering"
/datum/supply_packs/smsmall
name = "Supermatter Shard"
contains = list(/obj/machinery/power/supermatter/shard)
cost = 25
containertype = /obj/structure/closet/crate/secure/plasma
containername = "Supermatter crate (CAUTIION)"
access = access_ce
group = "Engineering"
/datum/supply_packs/shield_cap
contains = list(/obj/item/weapon/circuitboard/shield_cap)
name = "Experimental shield capacitor circuitry"