]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Power Consumers Rebalance: Simple Dynamic Power Loading (#41961)
authorArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Wed, 21 Jan 2026 04:05:44 +0000 (20:05 -0800)
committerGitHub <noreply@github.com>
Wed, 21 Jan 2026 04:05:44 +0000 (04:05 +0000)
commit1b1cb64d24e244b804a8c908256f1f06c7ff4056
tree1fe28846500030cc39f7651fcd14c6a5daab48d3
parenteb5b0c558e7c3c4722aa3fc36c59337316fcbdbb
Power Consumers Rebalance: Simple Dynamic Power Loading (#41961)

* initial commit

* misc additions and fixes

* final tests and additions

* cleanup 1

* fix tests and add a test

* fix tests AGAIN

* abject horror and misery

* cleanup

* cleanup 2

* address some issues
21 files changed:
Content.Client/Power/EntitySystems/PowerStateSystem.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Power/PowerStatePrototypeTest.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Power/PowerStateTest.cs
Content.Server/Holopad/HolopadSystem.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Kitchen/EntitySystems/ReagentGrinderSystem.cs
Content.Server/Lathe/LatheProducingSystem.cs [new file with mode: 0644]
Content.Server/Power/EntitySystems/PowerStateSystem.cs [new file with mode: 0644]
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerMixerSystem.cs
Content.Shared/Power/EntitySystems/PowerStateSystem.cs
Content.Shared/Power/EntitySystems/UIPowerStateSystem.cs
Resources/Maps/Misc/terminal.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/base_structurecomputers.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml
Resources/Prototypes/Entities/Structures/Machines/Medical/chemistry_machines.yml
Resources/Prototypes/Entities/Structures/Machines/holopad.yml
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Entities/Structures/Machines/microwave.yml
Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml
Resources/Prototypes/Entities/Structures/Wallmounts/WallmountMachines/station_map.yml