Adds delay to internals alert (#13195)

closes https://github.com/space-wizards/space-station-14/issues/12721
This commit is contained in:
keronshb
2023-01-01 19:03:19 -05:00
committed by GitHub
parent b33d1f003b
commit f6e1dc15ac
4 changed files with 14 additions and 14 deletions

View File

@@ -1,12 +1,6 @@
using Content.Server.Atmos.EntitySystems;
using Content.Server.Body.Components;
using Content.Server.Body.Systems;
using Content.Server.Popups;
using Content.Server.Shuttles.Systems;
using Content.Shared.Alert;
using Content.Shared.Shuttles.Components;
using JetBrains.Annotations;
using Robust.Shared.Player;
namespace Content.Server.Alert.Click;