Kruelgor
Emperor
Here is the default code:
<Policy_FreeUnitClasses>
<Row>
<PolicyType>POLICY_CITIZENSHIP</PolicyType>
<UnitClassType>UNITCLASS_WORKER</UnitClassType>
<Count>1</Count>
</Row>
</Policy_FreeUnitClasses>
I want to keep the policy CITIZENSHIP, but I do not want it to yield a free unit. How do I delete this segment of code out of the game?
<Policy_FreeUnitClasses>
<Row>
<PolicyType>POLICY_CITIZENSHIP</PolicyType>
<UnitClassType>UNITCLASS_WORKER</UnitClassType>
<Count>1</Count>
</Row>
</Policy_FreeUnitClasses>
I want to keep the policy CITIZENSHIP, but I do not want it to yield a free unit. How do I delete this segment of code out of the game?