diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 297bdb890d..74f94ec82c 100755 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -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" diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 57f18d1e36..b170ea2de6 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -257,15 +257,6 @@ item_state = "neocoat" flags = FPRINT | TABLEPASS -//actual suits - -/obj/item/clothing/suit/creamsuit - name = "cream suit" - desc = "A cream coloured, genteel suit." - icon_state = "creamsuit" - item_state = "creamsuit" - flags = FPRINT | TABLEPASS - //stripper /obj/item/clothing/under/stripper/stripper_pink diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 382f4c2d10..98331e8fcc 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -478,6 +478,7 @@ siemens_coefficient = 0.30 permeability_coefficient = 0.01 item_color="white" + species_restricted = list("exclude","Unathi") /obj/item/clothing/gloves/fluff/walter_brooks_1 //botanistpower: Walter Brooks name = "mittens" @@ -860,6 +861,7 @@ desc = "Made of a special fiber that gives special protection against biohazards. Has a cross on the chest denoting that the wearer is trained medical personnel and short sleeves." icon = 'icons/obj/custom_items.dmi' icon_state = "medical_short" + item_state = "medical_short" item_color = "medical_short" /obj/item/clothing/suit/storage/labcoat/fluff/red