This commit is contained in:
Chomp 2023-01-08 16:32:31 +00:00
parent 5ac7299fbe
commit 09ac84a66e

View File

@ -68,14 +68,12 @@ namespace AssortGenerator
if (parsedRestrictionMax > defaultStackSize)
{
item.upd.StackObjectsCount = parsedRestrictionMax;
continue;
}
}
else
{
item.upd.StackObjectsCount = defaultStackSize;
}
}
}
private static void FixFullyPurchasedStackLimits(List<Item> items)
{