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

акшион связи для ИИ #426

Closed
wants to merge 5 commits into from
Closed
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 @@
comms-console-announcement-title-ai = Искусственный интеллект
5 changes: 5 additions & 0 deletions Resources/Locale/ru-RU/ADT/Job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@ job-name-ADTSpaceSecPilot = пилот SPACE SEC
job-name-ADTSpaceSecCommander = командир SPACE SEC
job-name-ADTSpaceSecService = сотрудник SPACE SEC


job-name-station-ai = ИИ Станции
JobStationAi = ИИ Станции

job-name-ADTSecBorg = Киборг службы безопасности
JobADTSecBorg = Киборг службы безопасности

11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
type: GeneralStationRecordConsoleBoundUserInterface
enum.SiliconLawsUiKey.Key:
type: SiliconLawBoundUserInterface
# Start ADT Tweak
enum.CommunicationsConsoleUiKey.Key:
type: CommunicationsConsoleBoundUserInterface
# End ADT Tweak
- type: IntrinsicUI
uis:
enum.RadarConsoleUiKey.Key:
Expand All @@ -54,6 +58,13 @@
toggleAction: ActionAGhostShowCrewMonitoring
enum.GeneralStationRecordConsoleKey.Key:
toggleAction: ActionAGhostShowStationRecords
# Start ADT Tweak
enum.CommunicationsConsoleUiKey.Key:
toggleAction: ActionAGhostShowCommunications
- type: CommunicationsConsole
title: comms-console-announcement-title-ai
color: "#00bfff"
# End ADT Tweak

# Actions
- type: entity
Expand Down
Loading