mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Departmental Berets (#10391)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/iacjumpsuit
|
||||
suit = /obj/item/clothing/suit/storage/iacvest
|
||||
head = /obj/item/clothing/head/softcap/iacberet
|
||||
head = /obj/item/clothing/head/softcap/iac
|
||||
mask = /obj/item/clothing/mask/surgical
|
||||
glasses = /obj/item/clothing/glasses/hud/health/aviator
|
||||
shoes = /obj/item/clothing/shoes/iac
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/eridani_medic
|
||||
suit = /obj/item/clothing/suit/storage/medical_chest_rig
|
||||
head = /obj/item/clothing/head/beret/sec/eri
|
||||
head = /obj/item/clothing/head/beret/security/eri
|
||||
mask = /obj/item/clothing/mask/surgical
|
||||
glasses = /obj/item/clothing/glasses/hud/health/aviator
|
||||
shoes = /obj/item/clothing/shoes/jackboots
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/datum/outfit/admin/ert/legion
|
||||
name = "TCFL Volunteer"
|
||||
|
||||
head = /obj/item/clothing/head/legion
|
||||
head = /obj/item/clothing/head/beret/legion/field
|
||||
uniform = /obj/item/clothing/under/legion
|
||||
l_ear = /obj/item/device/radio/headset/legion
|
||||
shoes = /obj/item/clothing/shoes/swat/ert
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
/datum/outfit/admin/ert/legion/sentinel
|
||||
name = "TCFL Sentinel"
|
||||
head = /obj/item/clothing/head/legion/sentinel
|
||||
head = /obj/item/clothing/head/beret/legion/sentinel
|
||||
uniform = /obj/item/clothing/under/legion/sentinel
|
||||
suit = /obj/item/clothing/suit/storage/vest/legion
|
||||
gloves = null
|
||||
@@ -77,4 +77,4 @@
|
||||
/datum/outfit/admin/ert/legion/sentinel/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
.=..()
|
||||
var/obj/item/card/id/distress/legion/I = H.wear_id
|
||||
I.access += (access_cent_specops)
|
||||
I.access += (access_cent_specops)
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
gloves = /obj/item/clothing/gloves/swat/tactical
|
||||
l_ear = /obj/item/device/radio/headset/ert
|
||||
glasses = /obj/item/clothing/glasses/sunglasses/sechud
|
||||
head = /obj/item/clothing/head/beret/centcom/officer/civilprotection
|
||||
head = /obj/item/clothing/head/beret/centcom/civilprotection
|
||||
suit_store = /obj/item/gun/energy/gun
|
||||
belt = /obj/item/storage/belt/security
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
/datum/outfit/admin/syndicate/officer
|
||||
name = "Syndicate Officer"
|
||||
|
||||
head = /obj/item/clothing/head/beret
|
||||
head = /obj/item/clothing/head/beret/red
|
||||
mask = /obj/item/clothing/mask/smokable/cigarette/cigar/havana
|
||||
belt = /obj/item/gun/projectile/deagle
|
||||
l_ear = /obj/item/device/radio/headset/syndicate
|
||||
@@ -289,6 +289,7 @@
|
||||
/obj/item/clothing/head/softcap,
|
||||
/obj/item/clothing/head/softcap/himeo,
|
||||
/obj/item/clothing/head/softcap/red,
|
||||
/obj/item/clothing/head/beret/red,
|
||||
/obj/item/clothing/head/that,
|
||||
/obj/item/clothing/head/turban,
|
||||
/obj/item/clothing/head/turban/grey,
|
||||
@@ -465,7 +466,7 @@
|
||||
name = "Highlander"
|
||||
|
||||
uniform = /obj/item/clothing/under/kilt
|
||||
head = /obj/item/clothing/head/beret
|
||||
head = /obj/item/clothing/head/beret/red
|
||||
shoes = /obj/item/clothing/shoes/combat
|
||||
l_ear = /obj/item/device/radio/headset/heads/captain
|
||||
l_hand = /obj/item/material/sword
|
||||
|
||||
Reference in New Issue
Block a user