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
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