diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index f05a142bbee..f17757ecde5 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -327,6 +327,10 @@ item_state = "chickensuit" flags = BLOCKHAIR +/obj/item/clothing/head/corgi/en + name = "E-N suit head" + icon_state = "enhead" + /obj/item/clothing/head/corgi/super_hero name = "super-hero corgi suit head" desc = "Woof! This one seems to pulse with a strange power" diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 48c7b77b30e..a9cc977f998 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -172,6 +172,10 @@ flags_inv = HIDESHOES|HIDEJUMPSUIT dog_fashion = /datum/dog_fashion/back +/obj/item/clothing/suit/corgisuit/en + name = "\improper super-hero E-N suit" + icon_state = "ensuit" + /obj/item/clothing/suit/corgisuit/super_hero name = "super-hero corgi suit" desc = "A suit made long ago by the ancient empire KFC. This one pulses with a strange power." diff --git a/code/modules/supply/supply_packs/pack_miscellaneous.dm b/code/modules/supply/supply_packs/pack_miscellaneous.dm index 9fe77f4702e..25d06c6e352 100644 --- a/code/modules/supply/supply_packs/pack_miscellaneous.dm +++ b/code/modules/supply/supply_packs/pack_miscellaneous.dm @@ -204,8 +204,8 @@ ///////////// Costumes -/datum/supply_packs/misc/costume - name = "Standard Costume Crate" +/datum/supply_packs/misc/servicecostume + name = "Service Costume Crate" contains = list(/obj/item/storage/backpack/clown, /obj/item/clothing/shoes/clown_shoes, /obj/item/clothing/mask/gas/clown_hat, @@ -223,10 +223,28 @@ ) cost = 250 containertype = /obj/structure/closet/crate/secure - containername = "standard costumes" + containername = "service costumes" access = ACCESS_THEATRE department_restrictions = list(DEPARTMENT_SERVICE) +/datum/supply_packs/misc/costume + name = "Costume Crate" + contains = list(/obj/item/clothing/head/foragecap, + /obj/item/clothing/suit/officercoat, + /obj/item/clothing/under/costume/officeruniform, + /obj/item/clothing/suit/lordadmiral, + /obj/item/clothing/head/lordadmiralhat, + /obj/item/clothing/head/hasturhood, + /obj/item/clothing/suit/hastur, + /obj/item/clothing/suit/monkeysuit, + /obj/item/clothing/mask/gas/monkeymask, + /obj/item/clothing/suit/corgisuit, + /obj/item/clothing/head/corgi, + /obj/item/clothing/suit/corgisuit/en, + /obj/item/clothing/head/corgi/en) + cost = 400 + containername = "costume crate" + /datum/supply_packs/misc/wizard name = "Wizard Costume Crate" contains = list(/obj/item/twohanded/staff, @@ -374,6 +392,18 @@ cost = 400 //Lots of very expensive items. You gotta pay up to look good! containername = "formal-wear crate" +/datum/supply_packs/misc/wedding + name = "Wedding Crate" + contains = list(/obj/item/clothing/gloves/ring/gold/blessed, + /obj/item/clothing/gloves/ring/gold/blessed, + /obj/item/clothing/under/dress/wedding/bride_white, + /obj/item/clothing/under/dress/wedding/bride_red, + /obj/item/clothing/under/dress/wedding/bride_blue, + /obj/item/clothing/under/dress/wedding/bride_purple, + /obj/item/clothing/under/dress/wedding/bride_orange) + cost = 400 + containername = "wedding crate" + /datum/supply_packs/misc/teamcolors //For team sports like space polo name = "Team Jerseys Crate" // 4 red jerseys, 4 blue jerseys, and 1 beach ball diff --git a/code/modules/supply/supply_packs/pack_security.dm b/code/modules/supply/supply_packs/pack_security.dm index efd6afe8ed0..c769f573063 100644 --- a/code/modules/supply/supply_packs/pack_security.dm +++ b/code/modules/supply/supply_packs/pack_security.dm @@ -43,6 +43,7 @@ name = "Standard Justice Enforcer Crat3e" contains = list(/obj/item/clothing/head/helmet/justice, /obj/item/clothing/head/helmet/justice, + /obj/item/clothing/head/helmet/justice/escape, /obj/item/clothing/mask/gas/sechailer, /obj/item/clothing/mask/gas/sechailer) cost = 400 //justice comes at a price. An expensive, noisy price. @@ -56,6 +57,15 @@ cost = 250 containername = "armor crate" +/datum/supply_packs/security/armor/bonus + name = "Bloody Armor Crate" + contains = list(/obj/item/clothing/suit/armor/vest/bloody, + /obj/item/clothing/suit/armor/vest/bloody, + /obj/item/clothing/suit/armor/vest/bloody) + cost = 400 + containername = "bloody armor crate" + contraband = TRUE + ////// Weapons: Basic /datum/supply_packs/security/baton