yarukishi
yarukishi
The insect species have a long-standing population growth issue, where it isn't possible for them to meaningfully fill their population. It would be nice if they didn't have this enormous...
Currently, the Demonic Infusion technology charges its costs like normal, then immediately initiates the reset. The reset logic takes a backup save as usual. This causes the backup save to...
The current upgrade conditions for the Equilibrium feat do not correctly handle the case where more than 50 pillars have been completed and the pillars are of nonuniform rank. In...
The code to refresh governor actions generally assumes that it is being executed on the tab where the action is made visible. However, Evolve has building and research queues, so...
There have been reports that certain situations can cause workers to be stuck in limbo: - Gaining the "Flier" trait via Mimic or Imitate when there are Cement Workers -...
The code for distributing insufficient support to non-homeworld buildings does not correctly factor in cases where supportSize is different from 1. This causes situations where, for example, more than the...
1. The effect description for the amount of faith provided from a temple was incorrect in some situations. Create a common function for both the bonus and the description. Motivated...
The inequality for the Crate/Container Construction governor task is written incorrectly. Instead of being written to require that "at least 1" item can be built, it is written to require...
The function powerModifier (for power generators) is being used to scale the power cost of high-tech farms, but the function powerCostMod (for power consumers) should be used instead.