Posts by asdkevinasd

    Hi, did your mod change the durability of bosses weapon and their followers as well? No matter what I did, including adding the following in reduceDurability:

            part.upd.Repairable.MaxDurability < 100 ? part.upd.Repairable.MaxDurability = 100 : null


    I have no idea what is wrong at this point... There should be no other mod in my mod list that changed bots inventories.


    NVM, your mod did not affect bosses and hence the durability of their weapons are not affected. I added a little section after the bot type check for weapon generation that force their weapon to be 100%. I would suggest add a option in the config to allow changes to boss and their followers without affecting their inventory or loadout.