Trade Unions Bugged

AlpsStranger

Jump jump on the tiger!
Joined
Feb 8, 2009
Messages
5,820
"Trade Unions" is increasing maintenance by roughly the amount that it should be decreasing.
 
Fixed it.

Code:
<Update>
	<Where Type="POLICY_TRADE_UNIONS" />
	<Set GridX="3"
		GridY="1"
		PortraitIndex="7"
		RouteGoldMaintenanceMod="25"
		/>
</Update>

Changed to

Code:
<Update>
	<Where Type="POLICY_TRADE_UNIONS" />
	<Set GridX="3"
		GridY="1"
		PortraitIndex="7"
		RouteGoldMaintenanceMod="-25"
		/>
</Update>
 
Back
Top Bottom