]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Cleanup some Client atmos systems (#33634)
authorMilenVolf <63782763+MilenVolf@users.noreply.github.com>
Sat, 30 Nov 2024 01:33:29 +0000 (04:33 +0300)
committerGitHub <noreply@github.com>
Sat, 30 Nov 2024 01:33:29 +0000 (02:33 +0100)
commit6c86d7b32bc937c831474ccd0eeabfc6ab9d8c7e
tree5ccb9b67c49c710ed0aca09a4a0f386fcc4b5721
parentf99331aa009838167b3af2bf1dab2ec7e5652192
Cleanup some Client atmos systems (#33634)

* Cleanup `ScrubberControl.xaml.cs`

* Minor cleanups

* Another pile of minor cleanups

* Apply requested changes

* Rename "which" into "bound". Add whitespace after "if"
15 files changed:
Content.Client/Atmos/Components/PipeColorVisualsComponent.cs
Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml
Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml.cs
Content.Client/Atmos/Consoles/AtmosAlertsComputerBoundUserInterface.cs
Content.Client/Atmos/Consoles/AtmosAlertsComputerWindow.xaml
Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs
Content.Client/Atmos/Monitor/AtmosAlarmableVisualsSystem.cs
Content.Client/Atmos/Monitor/UI/AirAlarmBoundUserInterface.cs
Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml.cs
Content.Client/Atmos/Monitor/UI/Widgets/PumpControl.xaml.cs
Content.Client/Atmos/Monitor/UI/Widgets/ScrubberControl.xaml.cs
Content.Client/Atmos/Monitor/UI/Widgets/SensorInfo.xaml.cs
Content.Client/Atmos/Monitor/UI/Widgets/ThresholdBoundControl.xaml.cs
Content.Client/Atmos/Monitor/UI/Widgets/ThresholdControl.xaml.cs
Content.Client/Atmos/Overlays/AtmosDebugOverlay.cs