mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Adds wedding/costume/bloody armor crates and other tweaks (#19231)
* adds wedding/costume crate and crates tweaks * salmon suit was a mistake * lowered armor cost and added monkey costume * Update code/datums/supplypacks.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * forgot to include the hood * deconflict part 2 Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user