Merge remote-tracking branch 'WD-core/master' into upstream-core

This commit is contained in:
BIGZi0348
2025-01-09 00:50:52 +03:00
22 changed files with 361 additions and 72 deletions

View File

@@ -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<InventorySystem>().TryGetSlotEntity(args.SolutionEntity, "outerClothing", out var suit) &&
args.EntityManager.System<TagSystem>().HasTag(suit.Value, "Hardsuit"))