pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
824 stars 354 forks source link

Fix incorrect display of additions for Aquarius sign #1042

Closed TBB000623 closed 6 months ago

TBB000623 commented 7 months ago

fix a problem after #1034 and #1035. In Tauceti, reasearching Isolation Protocol or running in the mode Lone Survivor will cause closing all tourist centers and losing income, with global.city['tourist_center'] is not an empty object. It would causes the income impact from Aquarius sign incorrect display below income Taxes or Casino. Adding global.city['tourist_center'].on as a condition could fix the problem.

yarukishi commented 7 months ago

This also affects Cataclysm, and probably also post-moonfall Orbital Decay.

TBB000623 commented 7 months ago

This also affects Cataclysm, and probably also post-moonfall Orbital Decay.

You will also find this problem if you close all Tourist Centers in normal mode.