I want to make the HARBOR have 1x GOLD and 1x FOOD on the seatiles but it does not seem to do anything, is the code I have used correct?
<Building_SeaPlotYieldChanges>
<Update>
<Where BuildingType="BUILDING_HARBOR" YieldType="YIELD_FOOD" />
<Set Yield="1" />
</Update>
<Update>
<Where BuildingType="BUILDING_HARBOR" YieldType="YIELD_GOLD" />
<Set Yield="1" />
</Update>
</Building_SeaPlotYieldChanges>
Regards
Riker13
<Building_SeaPlotYieldChanges>
<Update>
<Where BuildingType="BUILDING_HARBOR" YieldType="YIELD_FOOD" />
<Set Yield="1" />
</Update>
<Update>
<Where BuildingType="BUILDING_HARBOR" YieldType="YIELD_GOLD" />
<Set Yield="1" />
</Update>
</Building_SeaPlotYieldChanges>
Regards
Riker13
