Diplomatic Bodyguards (#20733)

Adds diplomatic bodyguards, similar to aides, the consular can open this
role. The consular's gun has been given to the guard.
This commit is contained in:
Greenjoe12345
2025-07-12 23:16:05 +00:00
committed by GitHub
parent 228386bcc0
commit 6bb40a86e9
13 changed files with 606 additions and 31 deletions
@@ -11,6 +11,7 @@
Frontier collective. Due to their peerless skill in business and clerical duties, affiliates share warm relations with NanoTrasen and \
find themselves the target of job opportunities in exchange for citizenship."
consular_outfit = /obj/outfit/job/representative/consular/golden
bodyguard_outfit = /obj/outfit/job/diplomatic_bodyguard/golden
job_species_blacklist = list(
"Consular Officer" = list(
@@ -53,6 +54,9 @@
name = "Golden Deep Consular Officer"
uniform = /obj/item/clothing/under/goldendeep/suit
/obj/outfit/job/diplomatic_bodyguard/golden
name = "Golden Deep Diplomatic Bodyguard"
backpack_contents = list(
/obj/item/gun/energy/pistol/goldendeep = 1
)