Able to clear jungles without bronze working

apollo326

Chieftain
Joined
Jul 13, 2013
Messages
21
I was just able to build a farm on a jungle which instead cleared the jungle and placed a farm there.

I did not have Bronze Workings so I should not have been able to clear the jungle.
v 3.3.4
 
It looks like ability to build farms on jungles was removed but the prerequisite tech to chop jungle into farms wasn't.

Commenting out or deleting the following code at line 329 in CET_Data.xml should work:
PHP:
		<Update>
			<Where BuildType="BUILD_FARM" FeatureType="FEATURE_JUNGLE" />
			<Set PrereqTech="TECH_AGRICULTURE" />
		</Update>
 
Back
Top Bottom