Skip to content

Commit

Permalink
Merge branch 'teleporter-WWDP' of https://github.com/PvrG/space-stati…
Browse files Browse the repository at this point in the history
…on-14-backmen into teleporter-WWDP
  • Loading branch information
PvrG committed Dec 2, 2024
2 parents e522499 + 0c60100 commit 4741148
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/Backmen/Standing/SharedLayingDownSystem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Content.Shared.Backmen.CCVar;
using Content.Shared.Backmen.Targeting;
using Content.Shared.Body.Components;
Expand Down Expand Up @@ -27,6 +28,7 @@
using Robust.Shared.Configuration;
using Robust.Shared.Containers;
using Robust.Shared.Input.Binding;
using Robust.Shared.Map;
using Robust.Shared.Map.Components;
using Robust.Shared.Network;
using Robust.Shared.Physics;
Expand Down Expand Up @@ -55,6 +57,7 @@ public abstract class SharedLayingDownSystem : EntitySystem
[Dependency] private readonly DamageableSystem _damageable = default!;
[Dependency] private readonly SharedAudioSystem _audioSystem = default!;
[Dependency] private readonly IGameTiming _timing = default!;
[Dependency] private readonly EntityLookupSystem _lookup = default!;

[Dependency] private readonly IConfigurationManager _config = default!;

Expand Down

0 comments on commit 4741148

Please sign in to comment.