You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An anomaly is taking place that is causing remaining construction time of geysers to be far too low in the second half of results of the simulation. In addition to that, their "being_constructed" flag is set to true before they are built. It seems as if the variables are getting messed with before that branch is simulated.
The text was updated successfully, but these errors were encountered:
This issue is really deep-seated. It might be worthwhile to simply refactor how this works entirely and improve the code quality before doing any further investigation into this. The issue seems to be affecting the geyser timers/in_construction flags in particular, and seem to be affecting later build orders.
An anomaly is taking place that is causing remaining construction time of geysers to be far too low in the second half of results of the simulation. In addition to that, their "being_constructed" flag is set to true before they are built. It seems as if the variables are getting messed with before that branch is simulated.
The text was updated successfully, but these errors were encountered: