Log explosive depressurization. (#5474)

This commit is contained in:
Vera Aguilera Puerto
2021-11-23 12:22:18 +01:00
committed by GitHub
parent 8c6125752b
commit af86378995
3 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
using Content.Server.Administration.Logs;
using Content.Server.Atmos.Components;
using Content.Server.NodeContainer.EntitySystems;
using Content.Server.Temperature.Components;
@@ -18,6 +19,7 @@ namespace Content.Server.Atmos.EntitySystems
public partial class AtmosphereSystem : SharedAtmosphereSystem
{
[Dependency] private readonly IMapManager _mapManager = default!;
[Dependency] private readonly AdminLogSystem _adminLog = default!;
private const float ExposedUpdateDelay = 1f;
private float _exposedTimer = 0f;