Enabled the SCC CCIA roles, and renamed the FIB to the BSSB (#16726)

* Enabled the SCC CCIA roles, and renamed the FIB to the BSSB

Fix incorrect outfit name

* Allowed BSSB Agents to be tajaran, unathi, and skrell; allowed BSSB Senior Agents to be skrell. This aligns with current lore.

* Add BSSB badges (sprites by whitewolftamer)

* CL

* New BSSB jacket sprites, and assorted fixes

* Added CL entry

* Update code/datums/outfits/event/outfit_nanotrasen.dm
This commit is contained in:
Cody Brittain
2023-09-13 14:06:50 +00:00
committed by GitHub
parent e542eef9e8
commit fb63881dc0
22 changed files with 192 additions and 97 deletions
@@ -731,6 +731,11 @@
icon_state = "com_headset"
ks2type = /obj/item/device/encryptionkey/ert
/obj/item/device/radio/headset/ert/alt
name = "emergency response team bowman headset"
icon_state = "com_headset_alt"
item_state = "headset_alt"
/obj/item/device/radio/headset/legion
name = "Tau Ceti Foreign Legion radio headset"
desc = "The headset used by NanoTrasen sanctioned response forces."
+4 -4
View File
@@ -463,10 +463,10 @@ var/const/NO_EMAG_ACT = -50
var/blind_add_text = "Done with prejudice and professionalism, you mean business."
return ..(user, add_text, blind_add_text)
/obj/item/card/id/ccia/fib
name = "\improper Federal Investigations Bureau identification card"
desc = "An ID straight from the Federal Investigations Bureau."
icon_state = "fib"
/obj/item/card/id/ccia/bssb
name = "\improper Biesel Security Services Bureau identification card"
desc = "An ID straight from the Biesel Security Services Bureau."
icon_state = "bssb"
/obj/item/card/id/ert
name = "\improper NanoTrasen Emergency Response Team identification card"