]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Atmospheric alerts computer (#25938)
authorchromiumboy <50505512+chromiumboy@users.noreply.github.com>
Thu, 5 Sep 2024 01:13:17 +0000 (20:13 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2024 01:13:17 +0000 (21:13 -0400)
commit63ba0f61ea564bfcdf4754617aad8eb18fef1608
tree050710a2468ef6ac95fdddd055b5210aaf57e753
parent04bb4b53a5cb413119a172b39a188a7a31d053e4
Atmospheric alerts computer (#25938)

* Atmospheric alerts computer

* Moved components, restricted access to them

* Minor tweaks

* The screen will now turn off when the computer is not powered

* Bug fix

* Adjusted label

* Updated to latest master version
16 files changed:
Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml.cs [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosAlertsComputerBoundUserInterface.cs [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosAlertsComputerWindow.xaml [new file with mode: 0644]
Content.Client/Atmos/Consoles/AtmosAlertsComputerWindow.xaml.cs [new file with mode: 0644]
Content.Server/Atmos/Consoles/AtmosAlertsComputerSystem.cs [new file with mode: 0644]
Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs
Content.Shared/Atmos/Consoles/Components/AtmosAlertsComputerComponent.cs [new file with mode: 0644]
Content.Shared/Atmos/Consoles/Components/AtmosAlertsDeviceComponent.cs [new file with mode: 0644]
Content.Shared/Atmos/Consoles/SharedAtmosAlertsComputerSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/atmos/atmos-alerts-console.ftl [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml
Resources/Prototypes/Entities/Structures/Wallmounts/air_alarm.yml
Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml
Resources/Textures/Interface/AtmosMonitoring/status_bg.png [new file with mode: 0644]