Remove more interaction without hands (#8946)
* Remove stack splitting without hands * more no hands crap
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Content.Server.Foldable
|
||||
|
||||
private void AddFoldVerb(EntityUid uid, FoldableComponent component, GetVerbsEvent<AlternativeVerb> args)
|
||||
{
|
||||
if (!args.CanAccess || !args.CanInteract || !CanToggleFold(uid, component))
|
||||
if (!args.CanAccess || !args.CanInteract || args.Hands == null || !CanToggleFold(uid, component))
|
||||
return;
|
||||
|
||||
AlternativeVerb verb = new()
|
||||
|
||||
Reference in New Issue
Block a user