[GEM 1.6.6/CivUP36] Popup says allying a Religious CS gives 0 Faith/turn

skodkim

Deity
Joined
Jan 16, 2004
Messages
2,497
Location
Denmark
Hi

Using GEM 1.6.6/CivUP36 I allied a Religious CS and the popup said I now received 0 Faith/turn. The Faitrh Counter in the top bar shows 2 Faith/Turn however.

Screenshot attached.

Using other mods but newly started game, cache cleared, etc.

\Skodkim
 
I changed both tooltips in v36. If that did not fix it, the bug is hardcoded in the game core.
Code:
<Update>
	<Where Name="TXT_KEY_NOTIFICATION_MINOR_NOW_ALLIES_MERCANTILE" />
	<Set Text="As a [COLOR_POSITIVE_TEXT]Mercantile[ENDCOLOR] City-State, their markets spread trade of exotic ICON_HAPPINESS_1] Happiness goods across your empire!" />
</Update>
<Update>
	<Where Name="TXT_KEY_NOTIFICATION_MINOR_NOW_ALLIES_RELIGIOUS" />
	<Set Text="As a [COLOR_POSITIVE_TEXT]Religious[ENDCOLOR] City-State, they give you their most treasured [ICON_PEACE] Faith relics!" />
</Update>
 
Back
Top Bottom