Gamestation
Introducing Servo
- Joined
- May 24, 2006
- Messages
- 551
Also- I can not choose Sphener to be flesh grafted, not sure if it that's a bug or on purpose.
Probably on purpose because Sphener is an angel, not a living unit.
Also- I can not choose Sphener to be flesh grafted, not sure if it that's a bug or on purpose.
I think the issue is that Take Axe requires one of the units (not sure which one) to be able to attack/cast spells so that you can't have multiple units attack with the same axe on the same turn. I think it's the one who has the axe, so you couldn't grab it because your summon had already attacked. Otherwise, you needed to use a "fresh" unit.i'm sorry, i didn't quite meant that literally. i tried selecting every unit in that tile and seeing if they could take the axe, give it, even ran some other people up from other locations. It simply wasn't an option anywhere(some were summons, some weren't). The brat had the axe and wasn't letting it go. I also noticed summons sometimes loose the option to disband them, this might be related? After i wiped out my enemy i was freeing up some of the wounded or isolated summons to save cash and noticed that only some had the option to disband, others wouldn't go and i had to wait them out. However i wasn't paying carefully enough attention to guess what might have caused this behavior(older than 1 turn, having just fought, etc.)
Maybe a better solution is to have Take Axe give the casted promotion, so summons don't destroy it but multiple attacks with it are not allowed. Or does the Axe give Blitz, I can't remember...
// Returns the maximum number of plots for a city owned by this player.
int CvPlayer::maximumPlots()
{
int iMaximumPlots = NUM_CITY_PLOTS;
if (!isSprawling())
{
iMaximumPlots = 21;
}
return iMaximumPlots;
}
// Returns the consumption per population for this player.
int CvPlayer::consumptionPerPopulation()
{
int iFood = GC.getFOOD_CONSUMPTION_PER_POPULATION();
if (getCivics((CivicOptionTypes)GC.getInfoTypeForString("CIVICOPTION_COMPASSION")) == (CivicOptionTypes)GC.getInfoTypeForString("CIVIC_SACRIFICE_THE_WEAK"))
{
iFood = iFood / 2;
}
return iFood;
}
What does MAF mean?
Kael, If Gyathaar can get the MAF fixed for map saves will we see it implemented in FfH2? Just got another MAF last night on a normal speed, huge map, 16 civs in the year 451. set me back 5 years which at that stage of the game can take awhile to replay.
I think the issue is that Take Axe requires one of the units (not sure which one) to be able to attack/cast spells so that you can't have multiple units attack with the same axe on the same turn. I think it's the one who has the axe, so you couldn't grab it because your summon had already attacked. Otherwise, you needed to use a "fresh" unit.