Nightinggale
Deity
- Joined
- Feb 2, 2009
- Messages
- 5,378
Sadly no. setMiddleArtDefineTag does precisely what it sounds like and you will have to add a new function for renaissance. You will then have to add the data to the header to store the data. After that you would have to figure out where it is called from and make those place(s) call the renaissance art when the era is right.I suppose adding this would be the only thing needed? :
pXML->GetChildXmlValByName(szTextVal, "RenaissanceArtDefineTag");
setMiddleArtDefineTag(k, szTextVal);
Personally I think it would be best to once and for all make it rely entirely on xml if this part is modded. It's not much more work because it touches all the same places.