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

@@ -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;