[MIRROR] Headset Option Fixes (#9540)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-11-29 07:30:27 +01:00
committed by GitHub
co-authored by Heroman3003 Kashargul
parent 89015607ec
commit 800252c62b
19 changed files with 197 additions and 55 deletions
@@ -1,7 +1,10 @@
/decl/hierarchy/outfit/job/bridge_officer
name = OUTFIT_JOB_NAME("Bridge Officer")
uniform = /obj/item/clothing/under/utility
l_ear = /obj/item/radio/headset/headset_com
shoes = /obj/item/clothing/shoes/boots/winter/explorer
id_type = /obj/item/card/id/silver/secretary
pda_type = /obj/item/pda/heads
name = OUTFIT_JOB_NAME("Bridge Officer")
uniform = /obj/item/clothing/under/utility
shoes = /obj/item/clothing/shoes/boots/winter/explorer
id_type = /obj/item/card/id/silver/secretary
pda_type = /obj/item/pda/heads
headset = /obj/item/radio/headset/headset_com
headset_alt = /obj/item/radio/headset/headset_com
headset_earbud = /obj/item/radio/headset/headset_com
@@ -6,13 +6,15 @@
r_pocket = /obj/item/spacecash/ewallet
l_pocket = /obj/item/survivalcapsule/superpose
l_ear = /obj/item/radio/headset/outsider
id_slot = slot_wear_id
id_type = /obj/item/card/id/external // No access, allows activating PDA's.
flags = OUTFIT_HAS_BACKPACK|OUTFIT_EXTENDED_SURVIVAL|OUTFIT_COMPREHENSIVE_SURVIVAL
headset = /obj/item/radio/headset/outsider
headset_alt = /obj/item/radio/headset/outsider
headset_earbud = /obj/item/radio/headset/outsider
/decl/hierarchy/outfit/noncrew/post_equip(mob/living/carbon/human/H)
..()
var/obj/item/spacecash/ewallet/wallet = H.r_store
@@ -1,7 +1,6 @@
/decl/hierarchy/outfit/job/security/brigphysician
name = OUTFIT_JOB_NAME(JOB_BRIG_PHYSICIAN)
uniform = /obj/item/clothing/under/rank/brigphys
l_ear = /obj/item/radio/headset/headset_medsec
id_type = /obj/item/card/id/security/brigphysician
pda_type = /obj/item/pda/medical
shoes = /obj/item/clothing/shoes/white
@@ -14,3 +13,7 @@
messenger_bag = /obj/item/storage/backpack/messenger/med
sports_bag = /obj/item/storage/backpack/sport/white
gloves = /obj/item/clothing/gloves/sterile/nitrile
headset = /obj/item/radio/headset/headset_medsec
headset_alt = /obj/item/radio/headset/headset_medsec
headset_earbud = /obj/item/radio/headset/headset_medsec