I'm quite new to modding so apologies if I'm missing something.
I'd like to create other types of repair packs (which I've done) but currently the bots can only use one type at a time due to the bot repair pack being specified as a string (see below). It would be good if this could be a list to allow mods to add other repair packs that the bots will use.
The code is in the entities file in base/prototypes/entity
Code: Select all
repair_pack = "repair-pack"