typing changes

This commit is contained in:
CWX
2025-01-15 12:35:17 +00:00
parent 9474487bdd
commit b7c6d6414a
10 changed files with 69 additions and 69 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ public class BotGenerator
public void AddAdditionalPocketLootWeightsForUnheardBot(BotType botJsonTemplate)
{
// Adjust pocket loot weights to allow for 5 or 6 items
var pocketWeights = botJsonTemplate.BotGeneration.Items["pocketLoot"].Weights;
var pocketWeights = botJsonTemplate.BotGeneration.Items.PocketLoot.Weights;
pocketWeights[5] = 1;
pocketWeights[6] = 1;
}