mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Merge pull request #16644 from KillianKirilenko/kk-headsets
Headset Option Fixes
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
gloves = /obj/item/clothing/gloves/black
|
||||
mask = /obj/item/clothing/mask/gas/clown_hat
|
||||
head = /obj/item/clothing/head/chaplain_hood
|
||||
l_ear = /obj/item/radio/headset
|
||||
glasses = /obj/item/clothing/glasses/thermal/plain/monocle
|
||||
suit = /obj/item/clothing/suit/storage/hooded/chaplain_hoodie
|
||||
r_pocket = /obj/item/bikehorn
|
||||
@@ -15,6 +14,10 @@
|
||||
id_type = /obj/item/card/id/syndicate/station_access
|
||||
id_pda_assignment = "Tunnel Clown!"
|
||||
|
||||
headset = /obj/item/radio/headset
|
||||
headset_alt = /obj/item/radio/headset/alt
|
||||
headset_earbud = /obj/item/radio/headset/earbud
|
||||
|
||||
/decl/hierarchy/outfit/masked_killer
|
||||
name = "Masked Killer"
|
||||
uniform = /obj/item/clothing/under/overalls
|
||||
@@ -22,13 +25,16 @@
|
||||
gloves = /obj/item/clothing/gloves/sterile/latex
|
||||
mask = /obj/item/clothing/mask/surgical
|
||||
head = /obj/item/clothing/head/welding
|
||||
l_ear = /obj/item/radio/headset
|
||||
glasses = /obj/item/clothing/glasses/thermal/plain/monocle
|
||||
suit = /obj/item/clothing/suit/storage/apron
|
||||
l_pocket = /obj/item/material/knife/tacknife
|
||||
r_pocket = /obj/item/surgical/scalpel
|
||||
r_hand = /obj/item/material/twohanded/fireaxe
|
||||
|
||||
headset = /obj/item/radio/headset
|
||||
headset_alt = /obj/item/radio/headset/alt
|
||||
headset_earbud = /obj/item/radio/headset/earbud
|
||||
|
||||
/decl/hierarchy/outfit/masked_killer/post_equip(var/mob/living/carbon/human/H)
|
||||
var/victim = get_mannequin(H.ckey)
|
||||
for(var/obj/item/carried_item in H.get_equipped_items(TRUE))
|
||||
@@ -39,7 +45,6 @@
|
||||
uniform = /obj/item/clothing/under/suit_jacket{ starting_accessories=list(/obj/item/clothing/accessory/wcoat) }
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
gloves = /obj/item/clothing/gloves/black
|
||||
l_ear = /obj/item/radio/headset
|
||||
glasses = /obj/item/clothing/glasses/sunglasses
|
||||
l_pocket = /obj/item/melee/energy/sword
|
||||
mask = /obj/item/clothing/mask/gas/clown_hat
|
||||
@@ -49,6 +54,10 @@
|
||||
pda_slot = slot_belt
|
||||
pda_type = /obj/item/pda/heads
|
||||
|
||||
headset = /obj/item/radio/headset
|
||||
headset_alt = /obj/item/radio/headset/alt
|
||||
headset_earbud = /obj/item/radio/headset/earbud
|
||||
|
||||
/decl/hierarchy/outfit/professional/post_equip(var/mob/living/carbon/human/H)
|
||||
var/obj/item/storage/secure/briefcase/sec_briefcase = new(H)
|
||||
for(var/obj/item/briefcase_item in sec_briefcase)
|
||||
|
||||
@@ -4,24 +4,30 @@
|
||||
gloves = /obj/item/clothing/gloves/white
|
||||
shoes = /obj/item/clothing/shoes/laceup
|
||||
head = /obj/item/clothing/head/beret/centcom/officer
|
||||
l_ear = /obj/item/radio/headset/centcom
|
||||
glasses = /obj/item/clothing/glasses/omnihud/all
|
||||
id_type = /obj/item/card/id/centcom
|
||||
pda_type = /obj/item/pda/centcom
|
||||
flags = OUTFIT_EXTENDED_SURVIVAL|OUTFIT_COMPREHENSIVE_SURVIVAL
|
||||
|
||||
headset = /obj/item/radio/headset/centcom
|
||||
headset_alt = /obj/item/radio/headset/centcom
|
||||
headset_earbud = /obj/item/radio/headset/centcom
|
||||
|
||||
/decl/hierarchy/outfit/job/emergency_responder
|
||||
name = OUTFIT_JOB_NAME("Emergency Responder")
|
||||
uniform = /obj/item/clothing/under/ert
|
||||
shoes = /obj/item/clothing/shoes/boots/swat
|
||||
gloves = /obj/item/clothing/gloves/swat
|
||||
l_ear = /obj/item/radio/headset/ert
|
||||
glasses = /obj/item/clothing/glasses/sunglasses
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
id_type = /obj/item/card/id/centcom/ERT
|
||||
pda_type = /obj/item/pda/centcom
|
||||
flags = OUTFIT_EXTENDED_SURVIVAL|OUTFIT_COMPREHENSIVE_SURVIVAL
|
||||
|
||||
headset = /obj/item/radio/headset/ert
|
||||
headset_alt = /obj/item/radio/headset/ert
|
||||
headset_earbud = /obj/item/radio/headset/ert
|
||||
|
||||
/decl/hierarchy/outfit/job/emergency_responder/post_equip(var/mob/living/carbon/human/H)
|
||||
..()
|
||||
ert.add_antagonist(H.mind)
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
name = "Military Uniform"
|
||||
hierarchy_type = /decl/hierarchy/outfit/military
|
||||
|
||||
l_ear = /obj/item/radio/headset
|
||||
headset = /obj/item/radio/headset
|
||||
headset_alt = /obj/item/radio/headset
|
||||
headset_earbud = /obj/item/radio/headset
|
||||
@@ -29,7 +29,6 @@
|
||||
/decl/hierarchy/outfit/soviet_soldier/admiral
|
||||
name = "Soviet admiral"
|
||||
head = /obj/item/clothing/head/hgpiratecap
|
||||
l_ear = /obj/item/radio/headset/heads/captain
|
||||
glasses = /obj/item/clothing/glasses/thermal/plain/eyepatch
|
||||
suit = /obj/item/clothing/suit/hgpirate
|
||||
|
||||
@@ -37,10 +36,13 @@
|
||||
id_type = /obj/item/card/id/centcom //station
|
||||
id_pda_assignment = "Admiral"
|
||||
|
||||
headset = /obj/item/radio/headset/heads/captain
|
||||
headset_alt = /obj/item/radio/headset/heads/captain
|
||||
headset_earbud = /obj/item/radio/headset/heads/captain
|
||||
|
||||
/decl/hierarchy/outfit/merchant
|
||||
name = "Merchant"
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
l_ear = /obj/item/radio/headset
|
||||
uniform = /obj/item/clothing/under/color/grey
|
||||
id_slot = slot_wear_id
|
||||
id_type = /obj/item/card/id/civilian //merchant
|
||||
@@ -48,6 +50,10 @@
|
||||
pda_type = /obj/item/pda/chef //cause I like the look
|
||||
id_pda_assignment = "Merchant"
|
||||
|
||||
headset = /obj/item/radio/headset
|
||||
headset_alt = /obj/item/radio/headset
|
||||
headset_earbud = /obj/item/radio/headset
|
||||
|
||||
/decl/hierarchy/outfit/merchant/vox
|
||||
name = "Merchant - Vox"
|
||||
shoes = /obj/item/clothing/shoes/boots/jackboots/toeless
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
uniform = /obj/item/clothing/under/rank/centcom
|
||||
shoes = /obj/item/clothing/shoes/laceup
|
||||
gloves = /obj/item/clothing/gloves/white
|
||||
l_ear = /obj/item/radio/headset/heads/hop
|
||||
glasses = /obj/item/clothing/glasses/sunglasses
|
||||
|
||||
id_slot = slot_wear_id
|
||||
@@ -11,6 +10,10 @@
|
||||
pda_slot = slot_r_store
|
||||
pda_type = /obj/item/pda/heads
|
||||
|
||||
headset = /obj/item/radio/headset/heads/hop
|
||||
headset_alt = /obj/item/radio/headset/heads/hop
|
||||
headset_earbud = /obj/item/radio/headset/heads/hop
|
||||
|
||||
/decl/hierarchy/outfit/nanotrasen/representative
|
||||
name = "Nanotrasen representative"
|
||||
belt = /obj/item/clipboard
|
||||
@@ -19,14 +22,20 @@
|
||||
/decl/hierarchy/outfit/nanotrasen/officer
|
||||
name = "Nanotrasen officer"
|
||||
head = /obj/item/clothing/head/beret/centcom/officer
|
||||
l_ear = /obj/item/radio/headset/heads/captain
|
||||
belt = /obj/item/gun/energy
|
||||
id_pda_assignment = "NanoTrasen Navy Officer"
|
||||
|
||||
headset = /obj/item/radio/headset/heads/captain
|
||||
headset_alt = /obj/item/radio/headset/heads/captain
|
||||
headset_earbud = /obj/item/radio/headset/heads/captain
|
||||
|
||||
/decl/hierarchy/outfit/nanotrasen/captain
|
||||
name = "Nanotrasen captain"
|
||||
uniform = /obj/item/clothing/under/rank/centcom_captain
|
||||
l_ear = /obj/item/radio/headset/heads/captain
|
||||
head = /obj/item/clothing/head/beret/centcom/captain
|
||||
belt = /obj/item/gun/energy
|
||||
id_pda_assignment = "NanoTrasen Navy Captain"
|
||||
|
||||
headset = /obj/item/radio/headset/heads/captain
|
||||
headset_alt = /obj/item/radio/headset/heads/captain
|
||||
headset_earbud = /obj/item/radio/headset/heads/captain
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
uniform = /obj/item/clothing/under/solgov/utility/army/urban
|
||||
shoes = /obj/item/clothing/shoes/boots/jackboots
|
||||
gloves = /obj/item/clothing/gloves/combat
|
||||
l_ear = /obj/item/radio/headset/centcom
|
||||
r_pocket = /obj/item/ammo_magazine/m95
|
||||
l_pocket = /obj/item/ammo_magazine/m95
|
||||
l_hand = /obj/item/ammo_magazine/m95
|
||||
@@ -15,6 +14,10 @@
|
||||
suit = /obj/item/clothing/suit/armor/combat/USDF
|
||||
belt = /obj/item/storage/belt/security/tactical
|
||||
|
||||
headset = /obj/item/radio/headset/centcom
|
||||
headset_alt = /obj/item/radio/headset/centcom
|
||||
headset_earbud = /obj/item/radio/headset/centcom
|
||||
|
||||
/decl/hierarchy/outfit/USDF/Marine/equip_id(mob/living/carbon/human/H)
|
||||
var/obj/item/card/id/C = ..()
|
||||
C.name = "[H.real_name]'s military ID Card"
|
||||
@@ -29,7 +32,6 @@
|
||||
name = "USDF officer"
|
||||
head = /obj/item/clothing/head/dress/army/command
|
||||
shoes = /obj/item/clothing/shoes/boots/jackboots
|
||||
l_ear = /obj/item/radio/headset/centcom
|
||||
uniform = /obj/item/clothing/under/solgov/mildress/army/command
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
belt = /obj/item/gun/projectile/revolver/consul
|
||||
@@ -38,6 +40,10 @@
|
||||
r_hand = /obj/item/clothing/accessory/holster/hip
|
||||
l_hand = /obj/item/clothing/accessory/tie/black
|
||||
|
||||
headset = /obj/item/radio/headset/centcom
|
||||
headset_alt = /obj/item/radio/headset/centcom
|
||||
headset_earbud = /obj/item/radio/headset/centcom
|
||||
|
||||
/decl/hierarchy/outfit/USDF/Officer/equip_id(mob/living/carbon/human/H)
|
||||
var/obj/item/card/id/C = ..()
|
||||
C.name = "[H.real_name]'s military ID Card"
|
||||
@@ -51,7 +57,6 @@
|
||||
/decl/hierarchy/outfit/solcom/representative
|
||||
name = "SolCom Representative"
|
||||
shoes = /obj/item/clothing/shoes/laceup
|
||||
l_ear = /obj/item/radio/headset/centcom
|
||||
uniform = /obj/item/clothing/under/suit_jacket/navy
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
l_pocket = /obj/item/pen/blue
|
||||
@@ -59,6 +64,10 @@
|
||||
r_hand = /obj/item/pda/centcom
|
||||
l_hand = /obj/item/clipboard
|
||||
|
||||
headset = /obj/item/radio/headset/centcom
|
||||
headset_alt = /obj/item/radio/headset/centcom
|
||||
headset_earbud = /obj/item/radio/headset/centcom
|
||||
|
||||
/decl/hierarchy/outfit/solcom/representative/equip_id(mob/living/carbon/human/H)
|
||||
var/obj/item/card/id/C = ..()
|
||||
C.name = "[H.real_name]'s SolCom ID Card"
|
||||
@@ -74,7 +83,6 @@
|
||||
head = /obj/item/clothing/head/helmet/combat/imperial
|
||||
shoes =/obj/item/clothing/shoes/leg_guard/combat/imperial
|
||||
gloves = /obj/item/clothing/gloves/arm_guard/combat/imperial
|
||||
l_ear = /obj/item/radio/headset/syndicate
|
||||
uniform = /obj/item/clothing/under/imperial
|
||||
mask = /obj/item/clothing/mask/gas/imperial
|
||||
suit = /obj/item/clothing/suit/armor/combat/imperial
|
||||
@@ -86,12 +94,15 @@
|
||||
l_hand = /obj/item/shield/energy/imperial
|
||||
suit_store = /obj/item/gun/energy/imperial
|
||||
|
||||
headset = /obj/item/radio/headset/syndicate
|
||||
headset_alt = /obj/item/radio/headset/syndicate
|
||||
headset_earbud = /obj/item/radio/headset/syndicate
|
||||
|
||||
/decl/hierarchy/outfit/imperial/officer
|
||||
name = "Imperial officer"
|
||||
head = /obj/item/clothing/head/helmet/combat/imperial/centurion
|
||||
shoes = /obj/item/clothing/shoes/leg_guard/combat/imperial
|
||||
gloves = /obj/item/clothing/gloves/arm_guard/combat/imperial
|
||||
l_ear = /obj/item/radio/headset/syndicate
|
||||
uniform = /obj/item/clothing/under/imperial
|
||||
mask = /obj/item/clothing/mask/gas/imperial
|
||||
suit = /obj/item/clothing/suit/armor/combat/imperial/centurion
|
||||
@@ -102,6 +113,10 @@
|
||||
l_hand = /obj/item/shield/energy/imperial
|
||||
suit_store = /obj/item/gun/energy/imperial
|
||||
|
||||
headset = /obj/item/radio/headset/syndicate
|
||||
headset_alt = /obj/item/radio/headset/syndicate
|
||||
headset_earbud = /obj/item/radio/headset/syndicate
|
||||
|
||||
/*
|
||||
SOUTHERN CROSS OUTFITS
|
||||
Keep outfits simple. Spawn with basic uniforms and minimal gear. Gear instead goes in lockers. Keep this in mind if editing.
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
name = "Special ops - Officer"
|
||||
uniform = /obj/item/clothing/under/syndicate/combat
|
||||
suit = /obj/item/clothing/suit/armor/swat/officer
|
||||
l_ear = /obj/item/radio/headset/ert
|
||||
glasses = /obj/item/clothing/glasses/thermal/plain/eyepatch
|
||||
mask = /obj/item/clothing/mask/smokable/cigarette/cigar/havana
|
||||
head = /obj/item/clothing/head/beret //deathsquad
|
||||
@@ -16,6 +15,10 @@
|
||||
id_desc = "Special operations ID."
|
||||
id_pda_assignment = "Special Operations Officer"
|
||||
|
||||
headset = /obj/item/radio/headset/ert
|
||||
headset_alt = /obj/item/radio/headset/ert
|
||||
headset_earbud = /obj/item/radio/headset/ert
|
||||
|
||||
/decl/hierarchy/outfit/spec_op_officer/space
|
||||
name = "Special ops - Officer in space"
|
||||
suit = /obj/item/clothing/suit/armor/swat //obj/item/clothing/suit/space/void/swat
|
||||
@@ -29,7 +32,6 @@
|
||||
uniform = /obj/item/clothing/under/ert
|
||||
shoes = /obj/item/clothing/shoes/boots/swat
|
||||
gloves = /obj/item/clothing/gloves/swat
|
||||
l_ear = /obj/item/radio/headset/ert
|
||||
belt = /obj/item/gun/energy/gun
|
||||
glasses = /obj/item/clothing/glasses/sunglasses
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
@@ -37,6 +39,10 @@
|
||||
id_slot = slot_wear_id
|
||||
id_type = /obj/item/card/id/centcom/ERT
|
||||
|
||||
headset = /obj/item/radio/headset/ert
|
||||
headset_alt = /obj/item/radio/headset/ert
|
||||
headset_earbud = /obj/item/radio/headset/ert
|
||||
|
||||
/decl/hierarchy/outfit/death_command
|
||||
name = "Spec ops - Death commando"
|
||||
|
||||
@@ -55,7 +61,6 @@
|
||||
name = "Spec ops - Mercenary"
|
||||
uniform = /obj/item/clothing/under/syndicate
|
||||
shoes = /obj/item/clothing/shoes/boots/combat
|
||||
l_ear = /obj/item/radio/headset/syndicate
|
||||
belt = /obj/item/storage/belt/security
|
||||
glasses = /obj/item/clothing/glasses/sunglasses
|
||||
gloves = /obj/item/clothing/gloves/swat
|
||||
@@ -66,4 +71,8 @@
|
||||
id_type = /obj/item/card/id/syndicate
|
||||
id_pda_assignment = "Mercenary"
|
||||
|
||||
headset = /obj/item/radio/headset/syndicate
|
||||
headset_alt = /obj/item/radio/headset/alt/syndicate
|
||||
headset_earbud = /obj/item/radio/headset/earbud/syndicate
|
||||
|
||||
flags = OUTFIT_HAS_BACKPACK
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/decl/hierarchy/outfit/wizard
|
||||
uniform = /obj/item/clothing/under/color/lightpurple
|
||||
shoes = /obj/item/clothing/shoes/sandal
|
||||
l_ear = /obj/item/radio/headset
|
||||
r_pocket = /obj/item/teleportation_scroll
|
||||
l_hand = /obj/item/staff
|
||||
r_hand = /obj/item/spellbook
|
||||
@@ -9,6 +8,10 @@
|
||||
backpack_contents = list(/obj/item/storage/box = 1)
|
||||
hierarchy_type = /decl/hierarchy/outfit/wizard
|
||||
|
||||
headset = /obj/item/radio/headset
|
||||
headset_alt = /obj/item/radio/headset
|
||||
headset_earbud = /obj/item/radio/headset
|
||||
|
||||
/decl/hierarchy/outfit/wizard/blue
|
||||
name = "Wizard - Blue"
|
||||
head = /obj/item/clothing/head/wizard
|
||||
|
||||
Reference in New Issue
Block a user