SargatanasMinor
Chieftain
- Joined
- Mar 1, 2008
- Messages
- 7
Small bug.
I got the penguin event and they spawned on top of a mountain peak.
I got the penguin event and they spawned on top of a mountain peak.
ok, now, i've never had the blight hit me since I started playing ffh2 but is it normal for a city to get +17 unhealthiness? Also, I can't figure out why the armageddon counter has gone up so quickly, I've razed at most four cities but it's already up to 40. I destroyed the balsraphs which lowered the AC and none of the evil religions have been founded yet. What's up? This is the same game I was having trouble with before.
But then all you have to do is get a few Mana Nodes, and then use Metamagic level 2 Dispel on them, and you have instant lv1/2 in every sphere for free.
Also just noticed this, Arcane Lore costs less than Sorcery, even though Sorcery is a lower tier tech.
Playing Patch C, when selecting shadows I get an error message stating that, assuming I am reading it correctly, that the unit does not have hidden nationality. The exact error message is below. This occurs both when I upgrade a unit to a Shadow and also when I construct them myself. I noticed that the Mask spell used to make them HN is also greyed out.
Traceback (most recent call last):
File "CvSpellInterface", line 21, in canCast
File "string", line 0, in ?
File "CvSpellInterface", line 1097, in reqMask
AttributeError: 'CyUnit' object has no attribute 'isHiddenNationality'
Small bug.
I got the penguin event and they spawned on top of a mountain peak.
def canTriggerPenguins(argsList):
kTriggeredData = argsList[0]
pPlot = gc.getMap().plot(kTriggeredData.iPlotX, kTriggeredData.iPlotY)
if (pPlot.isAdjacentToWater() == False [B]or pPlot.isPeak() == True[/B]):
return False
return True
Patch "d": (unreleased)
<..>
5. Increased the duration of Entangle from 1 round to 2 rounds.
Hope you are not using <iImmobileTurns> for this spell effect? An AI stack having only one unit immobilised with not move at all (no split done). It means that the bigger the stack, the more chance you have one unit fail the test, and thus fix it entirely. I can tell you, it wrecks completely the AI from my experience.