powder that makes you say yes

This commit is contained in:
Nadyr
2021-12-11 23:06:22 -05:00
committed by GitHub
parent eac0b85942
commit 3ccb809e3e
+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"