Add snatcherprod (#422)

This commit is contained in:
Aviu00
2023-09-21 23:04:05 +09:00
committed by Aviu00
parent c3236f829c
commit 0cc831cb18
18 changed files with 355 additions and 3 deletions

View File

@@ -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;