Stack respects InteractUsing handled.
This commit is contained in:
@@ -73,6 +73,9 @@ namespace Content.Server.Stack
|
||||
|
||||
private void OnStackInteractUsing(EntityUid uid, StackComponent stack, InteractUsingEvent args)
|
||||
{
|
||||
if (args.Handled)
|
||||
return;
|
||||
|
||||
if (!args.Used.TryGetComponent<StackComponent>(out var otherStack))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user