Miscellaneous fixes
-
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 by this user screenshot: https://cdn.discordapp.com/attachments/586929351610597395/1216806173366288424/faith.png?ex=662fde8e&is=661d698e&hm=3dfb62876b75962d7a46323380714ddf1adc391038d7865f34eb222037cfc887&
-
When in the Magic universe, rename scientists to wizards in the breakdown for Knowledge gain.
-
When crewing ships in Andromeda, allow ships to be crewed when the number of civilians working in the default job and the number of civilians demanded by a ship are exactly equal. Tested with the following user save: evolve-2024-04-17-06-36.txt
-
Fix typos in the description for Cloning (true path), when playing as a synthetic race.
-
(Apr 26) Improve performance for multi-buy when spending a lot of Knowledge on Genes.
-
(Aug 10) Fix tech descriptions in the wiki when Alien1 race is custom race.
-
(Aug 10) Fix lag between occupation and reduction in soldier cap.
-
(Aug 10) Fix the computation for vitreloy plants when there aren't enough resources to run all enabled plants.
Looks like there's also another typo in that Cloning string, if you want to add on a fix for that: "malfuction" should be "malfunction"
I fixed the other typo in the string.
I also made a change to De Novo Sequencing, where the for loop is replaced with division and multiplication. This should improve the game's performance for "unscrupulous people who want to cheat."
Looks like you swapped around the wizard and scientists strings accidentally.
Looks like it. I’ll PR a fix to swap the strings into the proper positions within the next day.