diff --git a/Content.Server/Chemistry/ReagentEffects/HealthChange.cs b/Content.Server/Chemistry/ReagentEffects/HealthChange.cs index 6ca7c8cc44..9cc708c10c 100644 --- a/Content.Server/Chemistry/ReagentEffects/HealthChange.cs +++ b/Content.Server/Chemistry/ReagentEffects/HealthChange.cs @@ -121,7 +121,7 @@ namespace Content.Server.Chemistry.ReagentEffects } public override void Effect(ReagentEffectArgs args) - { + { // TODO Make something out of this acid system if (!PierceHardsuit && args.EntityManager.System().TryGetSlotEntity(args.SolutionEntity, "outerClothing", out var suit) && args.EntityManager.System().HasTag(suit.Value, "Hardsuit"))