]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Electrolysis and Centrifuge (#22517)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Fri, 15 Dec 2023 09:52:46 +0000 (04:52 -0500)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2023 09:52:46 +0000 (02:52 -0700)
commit245598009086b80384618b1d671421a11aaabfbd
treea384162227aab636f1ca672faa12f099cf1932fe
parent0349c53d0cf723eec8bd72deb82e370cc9aa6519
Electrolysis and Centrifuge (#22517)

* electrolysis and centrifuge

* sprote

* final

* bomp!

* COUGH COUGH SPROTE

* boarsd
27 files changed:
Content.Client/Chemistry/EntitySystems/SolutionContainerMixerSystem.cs [new file with mode: 0644]
Content.Server/Chemistry/EntitySystems/SolutionContainerMixerSystem.cs [new file with mode: 0644]
Content.Shared/Chemistry/Components/SolutionContainerMixerComponent.cs [new file with mode: 0644]
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerMixerSystem.cs [new file with mode: 0644]
Content.Shared/Chemistry/Reaction/ChemicalReactionSystem.cs
Content.Shared/Chemistry/Reaction/MixingCategoryPrototype.cs [new file with mode: 0644]
Content.Shared/Chemistry/Reaction/ReactionMixerComponent.cs
Content.Shared/Chemistry/Reaction/ReactionPrototype.cs
Resources/Audio/Machines/attributions.yml
Resources/Audio/Machines/buzz_loop.ogg [new file with mode: 0644]
Resources/Audio/Machines/spinning.ogg [new file with mode: 0644]
Resources/Locale/en-US/chemistry/components/solution-container-mixer-component.ftl [new file with mode: 0644]
Resources/Prototypes/Chemistry/mixing_types.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml
Resources/Prototypes/Entities/Structures/Machines/Medical/chemistry_machines.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Recipes/Lathes/electronics.yml
Resources/Textures/Structures/Machines/Medical/centrifuge.rsi/base-spinning.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/centrifuge.rsi/base.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/centrifuge.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/centrifuge.rsi/panel.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/centrifuge.rsi/unshaded.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/electrolysis.rsi/base.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/electrolysis.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/electrolysis.rsi/panel.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/electrolysis.rsi/spinning.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/Medical/electrolysis.rsi/unshaded.png [new file with mode: 0644]