iguanacore / iguana_acs_fix

A mod, consisting of fixes for Amazing Cultivation Simulator, tries to avoid content/functional changes.
MIT License
5 stars 1 forks source link

Display bug: Qi regen still showing positive during golden core breakthrough #51

Closed ucddj closed 1 year ago

ucddj commented 1 year ago

image

The qi regen is properly disabled but the value of DynamicAddLing is never set to 0 so the last valid value is used. This seems to have been an ongoing source of confusion for beginners.

iguanacore commented 1 year ago

As a generalization, the effect from flag FLAG_NOLING isn't displayed properly. Golden Core Breakthroughs are just the main place where it would come up. Since the display base mental state mod already deals with a factor near this, some effort may already exist toward fixing it.