Re: Change to city growth code.
Reply #6 –
Without too much details and in pseudo-code:
Before:
if simrand(100) <= renovation_percentage:
try to renovate building via renoviere_gebaeude
renoviere_gebaeude not always do renovation. In my version it is checked.
if simrand(100) <= renovation_percentage:
try to renovate building until we renovate renovations_count buildings ( or we do too many attempts)