mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +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:
@@ -341,6 +341,11 @@
|
||||
name = "central command internal affairs radio headset"
|
||||
ks2type = /obj/item/device/encryptionkey/ccia
|
||||
|
||||
/obj/item/device/radio/headset/ert/ccia/alt
|
||||
name = "central command internal affairs bowman headset"
|
||||
icon_state = "com_headset_alt"
|
||||
item_state = "headset_alt"
|
||||
|
||||
/obj/item/device/encryptionkey/ccia
|
||||
name = "\improper CCIA radio encryption key"
|
||||
channels = list("Response Team" = 1, "Science" = 0, "Command" = 1, "Medical" = 0, "Engineering" = 0, "Security" = 0, "Operations" = 0, "Service" = 0)
|
||||
@@ -351,10 +356,10 @@
|
||||
/obj/item/storage/lockbox/cciaa
|
||||
req_access = list(access_cent_ccia)
|
||||
name = "CCIA agent briefcase"
|
||||
desc = "A smart looking briefcase with a NT logo on the side"
|
||||
desc = "A smart looking briefcase with an SCC logo on the side"
|
||||
storage_slots = 8
|
||||
max_storage_space = 16
|
||||
|
||||
/obj/item/storage/lockbox/cciaa/fib
|
||||
name = "FIB agent briefcase"
|
||||
desc = "A smart looking ID locked briefcase."
|
||||
/obj/item/storage/lockbox/cciaa/bssb
|
||||
name = "BSSB agent briefcase"
|
||||
desc = "A smart looking ID locked briefcase."
|
||||
|
||||
Reference in New Issue
Block a user