diff --git a/project/src/generators/BotWeaponGenerator.ts b/project/src/generators/BotWeaponGenerator.ts index f5b815a4..1faacf6a 100644 --- a/project/src/generators/BotWeaponGenerator.ts +++ b/project/src/generators/BotWeaponGenerator.ts @@ -587,6 +587,14 @@ export class BotWeaponGenerator for (const camora of camoras) { camora._tpl = ammoTpl; + if (camora.upd) + { + camora.upd.StackObjectsCount = 1; + } + else + { + camora.upd = { StackObjectsCount: 1 }; + } } } } \ No newline at end of file