force shturmans stock/scope spawn chance to be 10)%
This commit is contained in:
parent
7d74cb7c8f
commit
4e399b5518
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user