Duplicate entry in VEP_Order.xml

skodkim

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

Kust noticed that in 137.3 the file VEP_Order.xml has two instances where trading posts are given extra production upon adapting the Communism policy. One gived +1 production and the other +2 production

Is this intended?

Spoiler :
Code:
	<Policy_ImprovementYieldChanges>
		<Row>
			<PolicyType>POLICY_COMMUNISM</PolicyType>
			<ImprovementType>IMPROVEMENT_TRADING_POST</ImprovementType>
			<YieldType>YIELD_PRODUCTION</YieldType>
			<Yield>1</Yield>
		</Row>
	</Policy_ImprovementYieldChanges>
... Code deleted here....
	<Policy_ImprovementYieldChanges>
		<Row>
			<PolicyType>POLICY_COMMUNISM</PolicyType>
			<ImprovementType>IMPROVEMENT_TRADING_POST</ImprovementType>
			<YieldType>YIELD_PRODUCTION</YieldType>
			<Yield>2</Yield>
		</Row>
	</Policy_ImprovementYieldChanges>


\Skodkim
 
Back
Top Bottom