mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Brig Physician (#8981)
This commit is contained in:
16
modular_chomp/code/datums/outfits/jobs/security.dm
Normal file
16
modular_chomp/code/datums/outfits/jobs/security.dm
Normal file
@@ -0,0 +1,16 @@
|
||||
/decl/hierarchy/outfit/job/security/brigphysician
|
||||
name = OUTFIT_JOB_NAME(JOB_BRIG_PHYSICIAN)
|
||||
uniform = /obj/item/clothing/under/rank/brigphys
|
||||
l_ear = /obj/item/device/radio/headset/headset_medsec
|
||||
id_type = /obj/item/weapon/card/id/security/brigphysician
|
||||
pda_type = /obj/item/device/pda/medical
|
||||
shoes = /obj/item/clothing/shoes/white
|
||||
suit = /obj/item/clothing/suit/storage/toggle/labcoat
|
||||
glasses = /obj/item/clothing/glasses/sunglasses/medhud
|
||||
l_hand = /obj/item/weapon/storage/firstaid/adv
|
||||
r_pocket = /obj/item/device/flashlight/pen
|
||||
backpack = /obj/item/weapon/storage/backpack/medic
|
||||
backpack_contents = null
|
||||
messenger_bag = /obj/item/weapon/storage/backpack/messenger/med
|
||||
sports_bag = /obj/item/weapon/storage/backpack/sport/white
|
||||
gloves = /obj/item/clothing/gloves/sterile/nitrile
|
||||
Reference in New Issue
Block a user