Is it possible to add an extra line into a tooltip without copying over a whole chunk of interface code? Or perhaps there's some other means to get the information I need to across?
Specifically, I've created a mod that grants a civ happiness based on the size of their treasury. This change involves giving the civilization multiple copies of a +1 happiness building in their capital. The interface gives no indication that multiple copies of the building exist but the happiness bonus is working properly. Can anyone suggest a means of letting the player know how much their treasury is improving happiness without overwriting a big chunk of code and removing plug-in capabilities?
Specifically, I've created a mod that grants a civ happiness based on the size of their treasury. This change involves giving the civilization multiple copies of a +1 happiness building in their capital. The interface gives no indication that multiple copies of the building exist but the happiness bonus is working properly. Can anyone suggest a means of letting the player know how much their treasury is improving happiness without overwriting a big chunk of code and removing plug-in capabilities?