]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Only auto-enable internals when necessary (#28248)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Fri, 31 May 2024 02:28:11 +0000 (14:28 +1200)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 02:28:11 +0000 (12:28 +1000)
commit54337911d3995075caf4bbc6b6d768a93e8c1d0a
tree5a7cc3d63a3e82ec4cb36c1373b950b2c42970eb
parentdee9634c017eb6583c05952591fb89c9e09f1a00
Only auto-enable internals when necessary (#28248)

* Only auto-enable internals when necessary

* Add toxic gas check

* Rename Any -> AnyPositive
16 files changed:
Content.Server/Atmos/EntitySystems/AtmosphereSystem.ExcitedGroup.cs
Content.Server/Body/Systems/InternalsSystem.cs
Content.Server/Body/Systems/LungSystem.cs
Content.Server/Body/Systems/RespiratorSystem.cs
Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs
Content.Server/Damage/Systems/DamageOnLandSystem.cs
Content.Server/Electrocution/ElectrocutionSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs
Content.Server/Projectiles/ProjectileSystem.cs
Content.Server/Station/Systems/StationSpawningSystem.cs
Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Shared/Atmos/GasMixture.cs
Content.Shared/Damage/DamageSpecifier.cs
Content.Shared/Station/SharedStationSpawningSystem.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs