Craig_Sutter
Deity
So I'm slightly changing a building. In game, everything updates correctly except the BuildingClass="BUILDINGCLASS_AMPHITHEATER" does not update and in game the replacement building remains the Opera house. Why isn't that part of <Update> working, and how do I fix it? Do I need to use <Replace> and if so, how should that command be set up? The log file is errorfree.
Thank-you.
Appreciate the help.
Thank-you.
Code:
<Buildings>
<Update>
<Where Type="BUILDING_CEILIDH_HALL"/>
<Set PrereqTech="TECH_DRAMA" Cost="100" ArtDefineTag="COLESSEUM" [COLOR="red"]BuildingClass="BUILDINGCLASS_AMPHITHEATER"[/COLOR] />
</Update>
Appreciate the help.