Open refringe opened 1 week ago
e.g.
this.customItemService.addWeaponToBot(weaponTpl, weaponWeight, weaponSlot, botType);
Custom weapon mods could use this to insert their gun into bots.
Needs some investigation of above feasibility:
Originally written by chomp
Partially implemented (for pmcs only): https://dev.sp-tarkov.com/SPT-AKI/Server/commit/ea2257c2fb28c58e3ba3f338a23ad78ba9b97fca
e.g.
this.customItemService.addWeaponToBot(weaponTpl, weaponWeight, weaponSlot, botType);
Custom weapon mods could use this to insert their gun into bots.
Needs some investigation of above feasibility:
Originally written by chomp