Skip to content
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

Issue on 1.2.9 #2

Open
atllok-nor opened this issue May 25, 2024 · 0 comments
Open

Issue on 1.2.9 #2

atllok-nor opened this issue May 25, 2024 · 0 comments

Comments

@atllok-nor
Copy link

I am currently updating the Steam version of the mod.

I saw you made some changes in your latest release so I just worked with that one. Seems as though they changed how prosperity works.

To fix your version to be compatible with the latest version (1.2.9):

Line 186:
var prosperityAdjustment = settlement.Prosperity / PROSPEROUS_TOWN;

Needs to be:

var prosperityAdjustment = settlement.Town.Prosperity / PROSPEROUS_TOWN;

Thank you for letting me upload this to steam!

https://steamcommunity.com/sharedfiles/filedetails/?id=2875187162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant