Civopedia Has Wonder Display Error

This addition of Cat is probably the reason I couldn't found Andeanism after I researched the founding tech 1st.

It kept showing up in my list of tradeable techs but still had the little praying hands symbol on it. Plus if I went into the Religion Advisor it would list eh date but instead of listing me Or Unknown it listed Other. Very strange.

I'll look to see if I made a screenshot. That was several days back.

Anyway I hope Andeanism gets "fixed" soon or has been already on the SVN.

Edit: Nope no screenie I forgot I had cleaned out the screenshot folder.
JosEPh

Cat is NOT a requirement in the SVN - it was in this example ARTIFICIALLY - ONLY to produce a test case for the Wonder in Pedia issue.
 
@DH - in the base definition of the building is this:
Code:
			<BonusYieldModifiers>
				<BonusYieldModifier>
					<BonusType>BONUS_STONE</BonusType>
					<YieldModifiers>
						<iYield>0</iYield>
						<iYield>0</iYield>
						<iYield>0</iYield>
					</YieldModifiers>
				</BonusYieldModifier>
			</BonusYieldModifiers>

The WoC merging code didn't handle this (which I'll fix), but why is it even there?? Basically it's saying that the building gives extra yields when you have stone of...er...well nothing actually!

It is probably left over from when AAranda built the religion way back. I tended to leave stuff I did not understand at the time alone. We have similar structures happening in some of the manufactured resources, mostly because we copy a working one and change that.
 
Top Bottom