mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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."
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user