remove ignition functional from welder component (#37586)

* a

* webedit
This commit is contained in:
kosticia
2025-05-19 12:49:59 +03:00
committed by GitHub
parent b383e7c74c
commit 791ce3a5cd
3 changed files with 2 additions and 17 deletions

View File

@@ -2,6 +2,7 @@ using Content.Server.Atmos.EntitySystems;
using Content.Shared.IgnitionSource;
namespace Content.Server.IgnitionSource;
public sealed partial class IgnitionSourceSystem : SharedIgnitionSourceSystem
{
[Dependency] private readonly AtmosphereSystem _atmosphere = default!;