]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict LungSystem (#40729)
authorthetuerk <46725294+ThanosDeGraf@users.noreply.github.com>
Thu, 9 Oct 2025 10:26:21 +0000 (12:26 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 10:26:21 +0000 (10:26 +0000)
commitbb3fa43f1f6ff133501bb298b4bb95407427159f
tree40f8754eb020478fbb532c1125f619d246e10395
parent6f3f7d86b807780318d18b5686afc32a657ccdbc
Predict LungSystem (#40729)

* Initial edits of files
Untested yet. I would like to make sure all is accounted for before moving the files.

* trying my best

* Revert "trying my best"

This reverts commit 9aeece466df0169adec97e3947b061b54fd9b388.

* Revert "Initial edits of files"

This reverts commit 45c6e2343844b5fcafadbf2e5115fb2f241086a1.

* an actual meal

* Added networking to LungComponent.cs

* removed duplicate using

* moving GasRagents to SharedAtmosphereSystem.cs
Content.IntegrationTests/Tests/Body/LungTest.cs
Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs
Content.Server/Body/Systems/RespiratorSystem.cs
Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs
Content.Shared/Body/Components/LungComponent.cs [moved from Content.Server/Body/Components/LungComponent.cs with 84% similarity]
Content.Shared/Body/Systems/LungSystem.cs [moved from Content.Server/Body/Systems/LungSystem.cs with 86% similarity]