Quick question on units stats

Poppis

Warlord
Joined
Jun 4, 2006
Messages
134
Location
Finland
I was doing some changes with unit stats in CIV4UnitInfos.xml and was wondering one thing.

Is it possible to make a unit see both submarines and stealth units?

I see the submarines have the INVISIBLE_SUBMARINE tag and Stealth Destroyers got INVISIBLE_STEALTH. Then there's the corresponding SeeInvisible tags, but is it possible to add both submarines and stealth to the SeeInvisible part so that the unit would be able to see both of those(and if so, how is it done)?
 
PHP:
<SeeInvisible>INVISIBLE_SUBMARINE,INVISIBLE_STEALTH</SeeInvisible>
 
Back
Top Bottom