Sid Meier's Civilization VI

Sid Meier's Civilization VI

[PR] Campus Metropolis - Mikoto, Misaki and Frenda
I found some crash
I'm not sure if it's this mod or PR mod, but it conflicts with my mod related to builders, settlers, and traders.

I made the mod myself and used it by myself, but anyway...
It's a simple mod, so I'll just leave the code below

<GameData>
<Units>
<Update>
<Where UnitType="UNIT_SETTLER"/>
<Set BaseMoves="3"/>
</Update>
<Update>
<Where UnitType="UNIT_BUILDER"/>
<Set BaseMoves="3"/>
</Update>
<Update>
<Where UnitType="UNIT_TRADER"/>
<Set BaseMoves="3"/>
</Update>
<Update>
<Where UnitType="UNIT_BUILDER"/>
<Set BuildCharges="4"/>
</Update>
</Units>
<TypeTags>
<Row Type="UNIT_SETTLER" Tag="ABILITY_IGNORE_TERRAIN_COST"/>
<Row Type="UNIT_BUILDER" Tag="ABILITY_IGNORE_TERRAIN_COST"/>
<Row Type="UNIT_TRADER" Tag="ABILITY_IGNORE_TERRAIN_COST"/>
</TypeTags>
</GameData>