i don't want a lot for christmas

there is just one thing i need
This commit is contained in:
PastelPrinceDan
2021-11-04 10:06:00 +00:00
parent 3262333f48
commit 246373c24d
13 changed files with 73 additions and 2 deletions
+19 -1
View File
@@ -394,4 +394,22 @@
)
cost = 10
containertype = /obj/structure/closet/crate
containername = "Knights Gear Crate"
containername = "Knights Gear Crate"
/datum/supply_pack/costumes/christmas
name = "Christmas costume pack"
contains = list(
/obj/item/clothing/head/santa,
/obj/item/clothing/head/santa/green,
/obj/item/clothing/suit/storage/hooded/wintercoat/christmasred,
/obj/item/clothing/suit/storage/hooded/wintercoat/christmasgreen,
/obj/item/clothing/under/christmas/red,
/obj/item/clothing/under/christmas/green,
/obj/item/clothing/under/christmas/croptop/red,
/obj/item/clothing/under/christmas/croptop/green,
/obj/item/clothing/shoes/boots/winter/christmasred,
/obj/item/clothing/shoes/boots/winter/christmasgreen
)
cost = 20
containertype = /obj/structure/closet/crate
containername = "Christmas costume pack"