fix: include saiga 10rnd
This commit is contained in:
parent
3dc7355714
commit
4733c225e2
@ -1,4 +1,4 @@
|
||||
{
|
||||
"minMagazineCapacityToBeIncluded": 40,
|
||||
"minMagazineCapacityToBeIncluded": 10,
|
||||
"maxMagazineCapacityToBeIncluded": 50
|
||||
}
|
@ -67,6 +67,7 @@ class TwoSlotExtendedMags implements IPostDBLoadMod {
|
||||
|
||||
return item._parent == magazineCategoryId &&
|
||||
item._props.Width == 1 && // We don't want to make horizontal mags like P90's to be 4 squares wide or change drum mags (for now)
|
||||
item._props.Height > 2 &&
|
||||
this.isWithinMagazineSizeCapacity(item._props);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user