-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cass and Aly gearsets, time of day display, tweaks.
- Loading branch information
1 parent
f33a4e2
commit af776d7
Showing
14 changed files
with
160 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/obj/item/device/encryptionkey/pst_standard | ||
name = "\improper UACM OV-PST encryption keys" | ||
icon_state = "binary_key" | ||
channels = list(RADIO_CHANNEL_ALMAYER = TRUE, RADIO_CHANNEL_COMMAND = TRUE) | ||
|
||
/obj/item/device/encryptionkey/pst_extended | ||
name = "\improper UACM OV-PST command encryption keys" | ||
icon_state = "binary_key" | ||
channels = list(RADIO_CHANNEL_ALMAYER = TRUE, RADIO_CHANNEL_COMMAND = TRUE, RADIO_CHANNEL_HIGHCOM = TRUE) | ||
|
||
/obj/item/device/radio/headset/uacm/pst_standard | ||
name = "radio headset" | ||
desc = "A simple speker and microphone, tuned into local radio channels." | ||
icon_state = "mcom_headset" | ||
initial_keys = list(/obj/item/device/encryptionkey/pst_standard) | ||
volume = RADIO_VOLUME_RAISED | ||
|
||
/obj/item/device/radio/headset/uacm/pst_extended | ||
name = "radio headset" | ||
desc = "A simple speker and microphone, tuned into local radio channels." | ||
icon_state = "mcom_headset" | ||
initial_keys = list(/obj/item/device/encryptionkey/pst_extended) | ||
volume = RADIO_VOLUME_IMPORTANT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.