JLMin / ConciseUI

A UI mod for game Civilization 6 to make it way enjoyable.
MIT License
27 stars 15 forks source link

Recommision Reactor Tooltip fixed to show age and failure risks #11

Closed akamal closed 4 years ago

akamal commented 4 years ago

In the standard game the tooltip for the Recommission Nuclear Reactor project in the production queue shows the age of that city's reactor and the likely failures due to age. With CUI enabled this info is not shown. This seems to be due to the Firaxis code that generates the tooltip assuming that there will be a global variable containing a reference to the city's build queue (even though it never uses it!), which is not the case with the mods code. This is just a quick fix that puts the global var back, and all seems well!

cheers ak

JLMin commented 4 years ago

This is great~! This one has bugged me for so long. Thank you very much.