Stack respects InteractUsing handled.
This commit is contained in:
parent
f75940b638
commit
a9e44770cf
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue