-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update PrePlanManager.lua #867
base: master
Are you sure you want to change the base?
Conversation
crash fix while loading saved preplanning
Probably instead of deleting the BuyAllAsset code altogether we still should use the asset cost calculation stuff so that the functionality stays the same as before (displaying the total cost next to the button text). Also |
L796 of MenuTweaks? |
doesn't matter which order but yes in that location |
You can remove BuyAllAsset.lua and change |
You're right, it's buy_all, I miswrote that. Updated the comment. |
This is due months, any plans to merge Kamikaze? |
I have forked this project and merged your PR to the fork. It looks like Kamikaze has dropped this project so for now, if you'd like to get this in, you can use this fork until Kamikaze gets back. |
crash fix while loading saved preplanning
remove overlapping "buy all assets" button.
Description
'_get_type_cost' renamed to 'get_type_cost'
'BuyAllAsset.lua' shoulde be removed as its now implemented by the game 199.6 update.