Blank Mail Envelopes (#8621)

This commit is contained in:
Guti
2024-07-18 07:53:11 +02:00
committed by GitHub
parent c3b129f1a3
commit 869b327c73
7 changed files with 185 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
/datum/supply_pack/supply/postal_service
name = "Postal Service Supplies"
contains = list(
/obj/item/mail/blank = 10,
/obj/item/weapon/pen/fountain,
/obj/item/weapon/pen/multi,
/obj/item/device/destTagger,
/obj/item/weapon/storage/bag/mail
)
cost = 15
containertype = /obj/structure/closet/crate/nanotrasen
containername = "Postal Service crate"