Reduce accuracy of large loot weights

This commit is contained in:
Chomp 2024-12-13 13:18:06 +00:00
parent e7813b48dd
commit 6ff0aa5120

View File

@ -58,6 +58,12 @@ namespace Generator
}
AddSpecialLoot(botToUpdate);
// Cleanup of weights
GearHelpers.ReduceWeightValues(botToUpdate.inventory.items.Backpack);
GearHelpers.ReduceWeightValues(botToUpdate.inventory.items.Pockets);
GearHelpers.ReduceWeightValues(botToUpdate.inventory.items.TacticalVest);
GearHelpers.ReduceWeightValues(botToUpdate.inventory.items.SecuredContainer);
}
/// <summary>