Historic Site ZoneTierOverride Typo

Issue #3337 resolved
Former user created an issue

Regarding this week's changelog entry:

Historic sites now reward a more appropriately tiered amount of cybernetic credits.

The zone tier override was applied incorrectly, so it doesn't actually work. In JoppaWorldBuilder.AddSultanHistoryLocations(), the line:

ZM.SetZoneProperty("ZoneTierOverride", zoneId, historicSiteTier);

Needs to be like this instead:

ZM.SetZoneProperty(zoneId, "ZoneTierOverride", historicSiteTier);

Comments (3)

  1. Log in to comment