The Assets folder does have stuff in it, so you're in the wrong folder
. There's also XML\Units in the BtS assets folder.
. There's also XML\Units in the BtS assets folder.
if (plot()->isCity())
{
if ((GC.getGame().getGameTurn() - plot()->getPlotCity()->getGameTurnAcquired()) <= 1)
{
getGroup()->AI_seperateNonAI(UNITAI_ATTACK_CITY);
}
if (plot()->getOwner() == getOwner())
{
if ((eAreaAIType == AREAAI_ASSAULT) || (eAreaAIType == AREAAI_ASSAULT_ASSIST))
{
if (plot()->isCity())
{
if (plot()->getOwner() == getOwner())
{
if ((GC.getGame().getGameTurn() - plot()->getPlotCity()->getGameTurnAcquired()) <= 1)
{
getGroup()->AI_seperateNonAI(UNITAI_ATTACK_CITY);
}
if ((eAreaAIType == AREAAI_ASSAULT) || (eAreaAIType == AREAAI_ASSAULT_ASSIST))
{
Comment