laserdome updates

adds entertainment radio key, amongst other things
This commit is contained in:
Killian
2023-09-26 18:21:12 +01:00
parent 1b3c757e72
commit eb1311b7ef
3 changed files with 53 additions and 12 deletions
@@ -127,4 +127,8 @@
channels = list("Response Team" = 1, "Science" = 1, "Command" = 1, "Medical" = 1, "Engineering" = 1, "Security" = 1, "Supply" = 1, "Service" = 1)
/obj/item/device/encryptionkey/omni //Literally only for the admin intercoms
channels = list("Mercenary" = 1, "Raider" = 1, "Response Team" = 1, "Science" = 1, "Command" = 1, "Medical" = 1, "Engineering" = 1, "Security" = 1, "Supply" = 1, "Service" = 1)
channels = list("Mercenary" = 1, "Raider" = 1, "Response Team" = 1, "Science" = 1, "Command" = 1, "Medical" = 1, "Engineering" = 1, "Security" = 1, "Supply" = 1, "Service" = 1)
/obj/item/device/encryptionkey/ent
name = "entertainment encryption key"
channels = list("Entertainment" = 1)