Removal interaction without hands (#8843)
This commit is contained in:
@@ -41,7 +41,7 @@ public sealed class StickySystem : EntitySystem
|
||||
|
||||
private void AddUnstickVerb(EntityUid uid, StickyComponent component, GetVerbsEvent<Verb> args)
|
||||
{
|
||||
if (component.StuckTo == null || !component.CanUnstick || !args.CanInteract)
|
||||
if (component.StuckTo == null || !component.CanUnstick || !args.CanInteract || args.Hands == null)
|
||||
return;
|
||||
|
||||
// we can't use args.CanAccess, because it stuck in another container
|
||||
|
||||
Reference in New Issue
Block a user