Force marksman scope

This commit is contained in:
Chomp 2021-10-08 09:48:26 +01:00
parent 349c342578
commit b961e8e19d

View File

@ -125,6 +125,9 @@ namespace Generator.Helpers.Gear
case BotType.sectantwarrior: case BotType.sectantwarrior:
botToUpdate.chances.mods["mod_stock"] = 100; botToUpdate.chances.mods["mod_stock"] = 100;
break; break;
case BotType.marksman:
botToUpdate.chances.mods["mod_scope"] = 100;
break;
} }
} }