TotomInc / totominc.github.io

Old repo for my old learning projects (mostly incremental-games).
74 stars 48 forks source link

Water generator rounds down #29

Closed astolarz closed 9 years ago

astolarz commented 9 years ago

If your water generation rate is not a whole number, the rate is rounded down to the nearest whole number. This means that if you only have 1 water generator, then no water is generated.

TotomInc commented 9 years ago

Thanks also for tracking this bug, it will be fixed in the next commit!