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
Since ore and food are the accumulation of different types (algae, meal, etc) when the planet ticks, fractional increments do not accumulate. e.g. 10 increments of 0.5 should give 5 units of food/ore but they give zero.
Rounding should not happen until after the amounts are added.
The text was updated successfully, but these errors were encountered:
Since ore and food are the accumulation of different types (algae, meal, etc) when the planet ticks, fractional increments do not accumulate. e.g. 10 increments of 0.5 should give 5 units of food/ore but they give zero.
Rounding should not happen until after the amounts are added.
The text was updated successfully, but these errors were encountered: