Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Небольшые изменения #200

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chat-radio-law = Юридический
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ClothingHeadsetMagistrate = гарнитура Магистрата
.desc = Гарнитура магистрата, чтобы услышать последние слова зеков.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-EncryptionKeyLaw = ключ шифрования юридического отдела
.desc = Ключ шифрования, используемый самыми дотошными персонами.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@
- type: ContainerFill
containers:
key_slots:
- EncryptionKeyIAA
- EncryptionKeyLaw
- EncryptionKeySecurity
- EncryptionKeyCommon
- EncryptionKeyCommand
- type: Sprite
sprite: Clothing/Ears/Headsets/servicesecurity.rsi

- type: entity
parent: ClothingHeadset
id: ClothingHeadsetMagistrate
name: magistrate headset
description: A headset for internal affairs agent to hear the captain's last words.
components:
- type: ContainerFill
containers:
key_slots:
- EncryptionKeyLaw
- EncryptionKeySecurity
- EncryptionKeyCommon
- EncryptionKeyCommand
- type: Sprite
sprite: Clothing/Ears/Headsets/servicesecurity.rsi
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
- type: entity
parent: EncryptionKey
id: EncryptionKeyIAA
name: iaa encryption key
id: EncryptionKeyLaw
name: law encryption key
description: An encryption key used by the most meticulous person.
components:
- type: EncryptionKey
channels:
- Common
- Command
- Security
defaultChannel: Command
- Law
defaultChannel: Law
- type: Sprite
layers:
- state: crypt_silver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
gloves: ClothingHandsGlovesColorWhite
outerClothing: ClothingOuterRobesJudge
id: MagistratPDA
ears: ClothingHeadsetAltCommand
ears: ClothingHeadsetMagistrate
head: ClothingHeadHatPwig
storage:
back:
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/_Sunrise/radio_channels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: radioChannel
id: Law
name: chat-radio-law
keycode: "ю"
frequency: 1780
color: "#ff178b"
Loading