]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add space heaters (#25250)
authorMenshin <Menshin@users.noreply.github.com>
Wed, 28 Feb 2024 18:27:29 +0000 (19:27 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 18:27:29 +0000 (10:27 -0800)
commit98843511014e1b5fce34b7e1215179dd3d0f94c8
treea992270a4fece7aef71b40b6ff542d9a03213e9d
parent221719c27da59dbfee8b091b623e9734fcb987c0
Add space heaters (#25250)
21 files changed:
Content.Client/Atmos/UI/SpaceHeaterBoundUserInterface.cs [new file with mode: 0644]
Content.Client/Atmos/UI/SpaceHeaterWindow.xaml [new file with mode: 0644]
Content.Client/Atmos/UI/SpaceHeaterWindow.xaml.cs [new file with mode: 0644]
Content.Server/Atmos/Piping/Unary/EntitySystems/GasThermoMachineSystem.cs
Content.Server/Atmos/Portable/SpaceHeaterComponent.cs [new file with mode: 0644]
Content.Server/Atmos/Portable/SpaceHeaterSystem.cs [new file with mode: 0644]
Content.Shared/Atmos/Portable/Components/SharedSpaceHeaterComponent.cs [new file with mode: 0644]
Content.Shared/Atmos/Visuals/SpaceHeaterVisuals.cs [new file with mode: 0644]
Resources/Locale/en-US/components/space-heater-component.ftl [new file with mode: 0644]
Resources/Locale/en-US/wires/wire-names.ftl
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/portable.yml
Resources/Prototypes/Recipes/Lathes/electronics.yml
Resources/Prototypes/Research/industrial.yml
Resources/Textures/Structures/Piping/Atmospherics/Portable/portable_sheater.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Piping/Atmospherics/Portable/portable_sheater.rsi/sheaterCool.png [new file with mode: 0644]
Resources/Textures/Structures/Piping/Atmospherics/Portable/portable_sheater.rsi/sheaterHeat.png [new file with mode: 0644]
Resources/Textures/Structures/Piping/Atmospherics/Portable/portable_sheater.rsi/sheaterOff.png [new file with mode: 0644]
Resources/Textures/Structures/Piping/Atmospherics/Portable/portable_sheater.rsi/sheaterPanelOpen.png [new file with mode: 0644]
Resources/Textures/Structures/Piping/Atmospherics/Portable/portable_sheater.rsi/sheaterStandby.png [new file with mode: 0644]