cameroncondry / cbc-kitten-scientists

Add-on for the wonderful incremental browser game: http://kittensgame.com/web/
MIT License
113 stars 94 forks source link

Space buildings are not being constructed #263

Closed oliversalzburg closed 4 years ago

oliversalzburg commented 4 years ago

I noticed that a lot of my space buildings stop being constructed even though there are more than enough resources available.

The problem lies in singleBuildPossible, which returns false for the oil price.

I assume this is because the effect of space elevators is not taken into account.

@Wymrite I assigend you because you worked on this area of the code last.

Wymrite commented 4 years ago

Seems to be all oil price calculation for space buildings, not just singleBuildPossible. Will get a fix out soonish.

Wymrite commented 4 years ago

I think we can safely say that #266 fixed the issue for now.