Reduce accuracy of large loot weights
This commit is contained in:
parent
e7813b48dd
commit
6ff0aa5120
@ -58,6 +58,12 @@ namespace Generator
|
|||||||
}
|
}
|
||||||
|
|
||||||
AddSpecialLoot(botToUpdate);
|
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>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user