pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
839 stars 361 forks source link

Fix incorrect implementation of high pop display scaling for governor traits #1048

Closed yarukishi closed 7 months ago

yarukishi commented 8 months ago

The merged PR #1022 (issue #1021) is updating the value of vars(), which controls the actual effects of governors, rather than effect(), which displays the effect in contextual menus and the wiki.

This change restores the original effect values in vars() while moving the new usage of jobScale() to the effect() function.

This also fixes issue #1045.