mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Tajaran Diplomatic Bodyguard uniform replacements (#21770)
The Tajaran diplomatic bodyguards now have uniforms to better fit with their lore. <img width="131" height="125" alt="image" src="https://github.com/user-attachments/assets/aaaaf03a-d61a-406a-8f3a-0e84b40595f7" /> The PRA consular now gets a National Police Department officer as their guard. <img width="133" height="141" alt="image" src="https://github.com/user-attachments/assets/46eb859a-6d94-44b9-98d3-833297a612ca" /> The DPRA consular now gets a Adhomai Joint Intelligence Committee agent as their guard, who uses a surplus ALA dress uniform and beret. <img width="133" height="136" alt="image" src="https://github.com/user-attachments/assets/ff73dada-d7bb-4d38-814d-73191f53557a" /> The NKA Consular now gets a member of the Imperial Adhomai Army as their guard.
This commit is contained in:
@@ -117,11 +117,13 @@
|
||||
|
||||
/obj/outfit/job/diplomatic_bodyguard/pra
|
||||
name = "PRA Diplomatic Bodyguard"
|
||||
uniform = /obj/item/clothing/under/tajaran/fancy/alt2
|
||||
uniform = /obj/item/clothing/under/tajaran/pra_cop
|
||||
suit = /obj/item/clothing/suit/storage/tajaran/pra_cop
|
||||
head = /obj/item/clothing/head/tajaran/pra_cop
|
||||
shoes = /obj/item/clothing/shoes/jackboots/tajara
|
||||
backpack_contents = list(
|
||||
/obj/item/gun/projectile/pistol/adhomai = 1
|
||||
)
|
||||
accessory = /obj/item/clothing/accessory/hadii_pin
|
||||
|
||||
/datum/citizenship/dpra
|
||||
name = CITIZENSHIP_DPRA
|
||||
@@ -240,7 +242,9 @@
|
||||
|
||||
/obj/outfit/job/diplomatic_bodyguard/dpra
|
||||
name = "DPRA Diplomatic Bodyguard"
|
||||
uniform = /obj/item/clothing/under/tajaran/fancy/alt2
|
||||
uniform = /obj/item/clothing/under/tajaran/ala/black/dress/ajic
|
||||
shoes = /obj/item/clothing/shoes/jackboots/tajara
|
||||
head = /obj/item/clothing/head/beret/tajaran/dpra/ajic
|
||||
backpack_contents = list(
|
||||
/obj/item/gun/projectile/silenced = 1,
|
||||
)
|
||||
@@ -361,11 +365,12 @@
|
||||
/obj/item/storage/box/nka_manifesto = 1,
|
||||
/obj/item/storage/field_ration/nka = 1
|
||||
)
|
||||
accessory = /obj/item/clothing/accessory/nka_pin
|
||||
|
||||
/obj/outfit/job/diplomatic_bodyguard/nka
|
||||
name = "NKA Diplomatic Bodyguard"
|
||||
uniform = /obj/item/clothing/under/tajaran/fancy/alt2
|
||||
uniform = /obj/item/clothing/under/tajaran/nka_uniform/nosheath
|
||||
head = /obj/item/clothing/head/tajaran/nka_cap
|
||||
shoes = /obj/item/clothing/shoes/jackboots/tajara
|
||||
backpack_contents = list(
|
||||
/obj/item/gun/projectile/revolver/adhomian = 1
|
||||
)
|
||||
|
||||
@@ -78,6 +78,10 @@
|
||||
icon_state = "alaberet"
|
||||
item_state = "alaberet"
|
||||
|
||||
/obj/item/clothing/head/beret/tajaran/dpra/ajic
|
||||
name = "protective services group of the adhomai joint intelligence committee beret."
|
||||
desc = "A surplus Adhomai Liberation Army beret. The ALA symbol has been replaced with the symbol of the Adhomai Joint Intelligence Committee."
|
||||
|
||||
/obj/item/clothing/head/beret/tajaran/dpra/alt
|
||||
icon_state = "alaberetalt"
|
||||
item_state = "alaberetalt"
|
||||
|
||||
@@ -232,6 +232,9 @@
|
||||
starting_accessories = list(/obj/item/clothing/accessory/storage/bayonet)
|
||||
armor = list(MELEE = ARMOR_MELEE_SMALL)
|
||||
|
||||
/obj/item/clothing/under/tajaran/nka_uniform/nosheath
|
||||
starting_accessories = null
|
||||
|
||||
/obj/item/clothing/under/tajaran/nka_uniform/commander
|
||||
name = "imperial adhomian army officer uniform"
|
||||
desc = "A military uniform used by the officers of the New Kingdom of Adhomai's army."
|
||||
@@ -375,6 +378,11 @@
|
||||
icon_state = "ala-soldatdress"
|
||||
item_state = "ala-soldatdress"
|
||||
|
||||
/obj/item/clothing/under/tajaran/ala/black/dress/ajic
|
||||
name = "protective services group of the adhomai joint intelligence committee uniform"
|
||||
desc = "A surplus Adhomai Liberation Army dress uniform. The ALA symbols have been replaced with the symbol of the Adhomai Joint Intelligence Committee."
|
||||
starting_accessories = null
|
||||
|
||||
/obj/item/clothing/under/tajaran/ala/black/officer
|
||||
name = "adhomai liberation army officer uniform"
|
||||
desc = "A military uniform issued to officers of the adhomai liberation army."
|
||||
|
||||
Reference in New Issue
Block a user