diff --git a/Northstar.CustomServers/mod/scripts/vscripts/_items.nut b/Northstar.CustomServers/mod/scripts/vscripts/_items.nut index 2ee7648bc..a5c3e2709 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/_items.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/_items.nut @@ -5730,6 +5730,7 @@ bool function IsSubItemLocked( entity player, string ref, string parentRef ) if ( IsItemLocked( player, parentRef ) ) return true + if ( GetSubItemUnlockType( ref, parentRef ) == eUnlockType.STAT ) { if ( !IsSubItemLockedForStat( player, ref, parentRef) )