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

@@ -4,7 +4,9 @@ using Content.Server.Tools.Components;
using Content.Shared.Interaction;
using Content.Shared.Maps;
using Content.Shared.Tools.Components;
using Robust.Shared.Audio;
using Robust.Shared.Map;
using Robust.Shared.Player;
using Robust.Shared.Utility;
namespace Content.Server.Tools;