]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add telecommunication server (#14415)
authorSlava0135 <40753025+Slava0135@users.noreply.github.com>
Mon, 6 Mar 2023 21:11:36 +0000 (00:11 +0300)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 21:11:36 +0000 (17:11 -0400)
commite4b1a363f5f07cdaa4ccf690578f03136bafcdb3
tree6be2cb525e808c12183a53a812e51332f72980b7
parentd584537dacb1a7f9da31afe3ea30c6614480982f
Add telecommunication server (#14415)
14 files changed:
Content.Server/Radio/EntitySystems/TelecomSystem.cs [new file with mode: 0644]
Content.Shared/Radio/Components/TelecomServerComponent.cs [new file with mode: 0644]
Content.Shared/Radio/EntitySystems/EncryptionKeySystem.cs
Resources/Locale/en-US/headset/headset-component.ftl
Resources/Locale/en-US/radio/components/encryption-key-component.ftl [new file with mode: 0644]
Resources/Prototypes/Catalog/Research/technologies.yml
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Entities/Structures/Machines/telecomms.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Lathes/electronics.yml
Resources/Textures/Structures/Machines/telecomms.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/telecomms.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Machines/telecomms.rsi/panel.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/telecomms.rsi/unlit.png [new file with mode: 0644]