force shturmans stock/scope spawn chance to be 10)%

This commit is contained in:
Chomp 2021-09-08 08:30:42 +01:00
parent 7d74cb7c8f
commit 4e399b5518

View File

@ -86,6 +86,10 @@ namespace Generator.Helpers.Gear
{ {
switch (botToUpdate.botType) switch (botToUpdate.botType)
{ {
case BotType.bosskojaniy:
botToUpdate.chances.mods["mod_stock"] = 100;
botToUpdate.chances.mods["mod_scope"] = 100;
break;
case BotType.bosstagilla: case BotType.bosstagilla:
botToUpdate.chances.mods["mod_tactical"] = 100; // force ultima thermal camera botToUpdate.chances.mods["mod_tactical"] = 100; // force ultima thermal camera
botToUpdate.chances.mods["mod_stock"] = 100; botToUpdate.chances.mods["mod_stock"] = 100;