Force marksman scope
This commit is contained in:
parent
349c342578
commit
b961e8e19d
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user