Remove more interaction without hands (#8946)
* Remove stack splitting without hands * more no hands crap
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
|
||||
private void AddSetTransferVerbs(EntityUid uid, SolutionTransferComponent component, GetVerbsEvent<AlternativeVerb> args)
|
||||
{
|
||||
if (!args.CanAccess || !args.CanInteract || !component.CanChangeTransferAmount)
|
||||
if (!args.CanAccess || !args.CanInteract || !component.CanChangeTransferAmount || args.Hands == null)
|
||||
return;
|
||||
|
||||
if (!EntityManager.TryGetComponent<ActorComponent?>(args.User, out var actor))
|
||||
|
||||
Reference in New Issue
Block a user