mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Various upports (#10293)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
73ccdbb648
commit
aa0da49558
@@ -37,3 +37,10 @@
|
||||
headset = /obj/item/radio/headset/miner
|
||||
headset_alt = /obj/item/radio/headset/miner
|
||||
headset_earbud = /obj/item/radio/headset/miner
|
||||
|
||||
/decl/hierarchy/outfit/job/cargo/cargo_tech/mailman
|
||||
name = OUTFIT_JOB_NAME(JOB_ALT_MAILMAN)
|
||||
uniform = /obj/item/clothing/under/rank/mailman2
|
||||
head = /obj/item/clothing/head/mailman2
|
||||
pda_slot = slot_l_store
|
||||
backpack_contents = list(/obj/item/storage/bag/mail = 1, /obj/item/mail_scanner = 1)
|
||||
|
||||
@@ -260,3 +260,16 @@
|
||||
containertype = /obj/structure/closet/crate/secure/xion
|
||||
containername = JOB_PATHFINDER + " equipment"
|
||||
access = list(access_explorer)
|
||||
|
||||
/datum/supply_pack/supply/postal_service
|
||||
name = "Postal Service Supplies"
|
||||
contains = list(
|
||||
/obj/item/mail/blank = 10,
|
||||
/obj/item/pen/fountain,
|
||||
/obj/item/pen/multi,
|
||||
/obj/item/destTagger,
|
||||
/obj/item/storage/bag/mail
|
||||
)
|
||||
cost = 15
|
||||
containertype = /obj/structure/closet/crate/nanotrasen
|
||||
containername = "Postal Service crate"
|
||||
|
||||
Reference in New Issue
Block a user