Free great prophet in a trait

giladteller

Chieftain
Joined
May 19, 2007
Messages
19
Location
Israel
Hi,
I created a new civ with a new trait: Free great prophet when you discover Theology.
The mod is working good except for one problem: The free great prophet is not assigned to the civ's religion. It can only build a holy site, or found a religion (if you haven't found one already). Enhance religion and spread religion are un-available.
Can anyone help?
This is the code:
Spoiler :
<GameData>
<Traits>
<Row>
<Type>TRAIT_DIVINE</Type>
<Description>TXT_KEY_TRAIT_DIVINE</Description>
<ShortDescription>TXT_KEY_TRAIT_DIVINE_SHORT</ShortDescription>
<FreeUnit>UNITCLASS_PROPHET</FreeUnit>
<FreeUnitPrereqTech>TECH_THEOLOGY</FreeUnitPrereqTech>
</Row>
</Traits>
</GameData>
 
Top Bottom