All hero item purchases are now recorded in itempurchase*.lua in the root directory, and there are some duplicate function calls in these files.
We can move these files into a subdirectory and call them in item_purchase_generic.lua. This improves the maintainability of the code and makes it easier for players to modify the hero's item build order.
All hero item purchases are now recorded in itempurchase*.lua in the root directory, and there are some duplicate function calls in these files.
We can move these files into a subdirectory and call them in item_purchase_generic.lua. This improves the maintainability of the code and makes it easier for players to modify the hero's item build order.