Add door prying to xenos (#8917)

* Add door prying to xenos

* a

* c
This commit is contained in:
metalgearsloth
2022-06-28 20:50:58 +10:00
committed by GitHub
parent ef3a02397a
commit f0cc636c1d
5 changed files with 44 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
using System.Threading;
using Content.Shared.Damage;
using Content.Shared.Sound;
using Content.Shared.Tools;
using Robust.Shared.Audio;
using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;

View File

@@ -11,6 +11,8 @@ using Robust.Shared.Physics.Dynamics;
using Robust.Shared.Timing;
using System.Linq;
using Content.Shared.Tag;
using Content.Shared.Tools.Components;
using Content.Shared.Verbs;
namespace Content.Shared.Doors.Systems;