Removal interaction without hands (#8843)
This commit is contained in:
@@ -138,7 +138,7 @@ namespace Content.Server.Medical.SuitSensors
|
||||
return;
|
||||
|
||||
// standard interaction checks
|
||||
if (!args.CanAccess || !args.CanInteract)
|
||||
if (!args.CanAccess || !args.CanInteract || args.Hands == null)
|
||||
return;
|
||||
|
||||
args.Verbs.UnionWith(new[]
|
||||
|
||||
Reference in New Issue
Block a user