Skip to content

Issue on 1.2.9 #2

@atllok-nor

Description

@atllok-nor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions