Add snatcherprod (#422)
This commit is contained in:
@@ -11,6 +11,7 @@ using Content.Shared.DoAfter;
|
||||
using Content.Shared.Interaction;
|
||||
using Content.Shared.Prying.Systems;
|
||||
using Content.Shared.Radio.EntitySystems;
|
||||
using Content.Shared.Stacks;
|
||||
using Content.Shared.Tools.Components;
|
||||
using Content.Shared.Tools.Systems;
|
||||
using Robust.Shared.Containers;
|
||||
@@ -92,6 +93,9 @@ namespace Content.Server.Construction
|
||||
if (!Resolve(uid, ref construction))
|
||||
return HandleResult.False;
|
||||
|
||||
if (TryComp(uid, out StackComponent? stack) && stack.Count > 1) // WD
|
||||
return HandleResult.False;
|
||||
|
||||
// Let's make extra sure this is zero...
|
||||
construction.StepIndex = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user