neither I nor my friend can get priests of leaves Bloom spell to work anymore.. the spell is there but greyed out no matter where the priest is..
Got nature mana? I ask because bloom is working fine for my preist of leaves in a 30g game.
neither I nor my friend can get priests of leaves Bloom spell to work anymore.. the spell is there but greyed out no matter where the priest is..
Entropy Mana seems to cause your HN units to not heal unless they're in your cultural boundaries.
GET_PLAYER(getOwnerINLINE()).changeCommerceRateModifier(COMMERCE_RESEARCH, GC.getBonusInfo(eBonus).getResearchModifier() * iChange);
changeCommerceModifier(COMMERCE_RESEARCH,GC.getBonusInfo(eBonus).getResearchModifier() * iChange);
if (GC.getBonusInfo(eBonus).getDiscoverRandModifier() != 0 )
{
GET_PLAYER(getOwnerINLINE()).changeDiscoverRandModifier(GC.getBonusInfo(eBonus).getDiscoverRandModifier() * iChange);
}
if (GC.getBonusInfo(eBonus).getHealChange() != 0)
{
GET_PLAYER(getOwnerINLINE()).changeHealChange(GC.getBonusInfo(eBonus).getHealChange() * iChange);
}
if (GC.getBonusInfo(eBonus).getHealChangeEnemy() != 0)
{
GET_PLAYER(getOwnerINLINE()).changeHealChangeEnemy(GC.getBonusInfo(eBonus).getHealChangeEnemy() * iChange);
}
if (GC.getBonusInfo(eBonus).getDiscoverRandModifier() != 0 && isCapital())
{
GET_PLAYER(getOwnerINLINE()).changeDiscoverRandModifier(GC.getBonusInfo(eBonus).getDiscoverRandModifier() * iChange);
}
if (GC.getBonusInfo(eBonus).getHealChange() != 0 && isCapital())
{
GET_PLAYER(getOwnerINLINE()).changeHealChange(GC.getBonusInfo(eBonus).getHealChange() * iChange);
}
if (GC.getBonusInfo(eBonus).getHealChangeEnemy() != 0 && isCapital())
{
GET_PLAYER(getOwnerINLINE()).changeHealChangeEnemy(GC.getBonusInfo(eBonus).getHealChangeEnemy() * iChange);
}
Switching to hyborem resets your settings from the options menu. you just have to re-check the "wait at end of turn" box