diff --git a/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs index b2d63c55..0f25caaa 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/HideoutHelper.cs @@ -351,6 +351,12 @@ public class HideoutHelper( continue; } + // Some crafts (that need continuous power) can be interrupted + if (craft.Interrupted.GetValueOrDefault(false)) + { + continue; + } + // Special handling required if (craft.IsCraftOfType(HideoutAreas.ScavCase)) {