Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions WTT-PackNStrap/WTTPackNStrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Range = SemanticVersioning.Range;
using SPTarkov.Server.Core.Helpers;
using SPTarkov.Server.Core.Models.Common;
using SPTarkov.Server.Core.Models.Enums;
using SPTarkov.Server.Core.Models.Spt.Config;
using SPTarkov.Server.Core.Servers;
using SPTarkov.Server.Core.Utils;
Expand Down Expand Up @@ -108,6 +109,13 @@ private void ApplyConfigSettings()
continue;
}

item.Parent = "5448bf274bdc2dfc2f8b456a";
item.Properties?.IsSecured = true;
item.Properties?.CantRemoveFromSlotsDuringRaid =
[
EquipmentSlots.SecuredContainer
];

var grids = item.Properties?.Grids?.ToList();
if (grids?.Count > 0)
{
Expand Down