mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-30 11:01:35 +00:00
Useroth is stinky for accidentally making me do this again but it's cleaner code so I guess I can't be too mad
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
/obj/item/encryptionkey/headset_cybersun
|
|
name = "cybersun radio encryption key"
|
|
icon_state = "syn_cypherkey"
|
|
channels = list(RADIO_CHANNEL_CYBERSUN = 1)
|
|
independent = TRUE
|
|
|
|
/obj/item/encryptionkey/headset_interdyne
|
|
name = "interdyne radio encryption key"
|
|
icon_state = "syn_cypherkey"
|
|
channels = list(RADIO_CHANNEL_INTERDYNE = 1)
|
|
independent = TRUE
|