Does it mean that the stack of units which cannot make a retreat caused by fear because of landscape/units will simply be destroyed, or is it made a different way to take it into account? Also does it mean that it's possible to block Loki's retreat by units too?
When using the automate-terraforming function of a Priest of Leaves, it moves to an unforrested location, however once there it does not begin to cast Bloom but just remains in place and skips rounds.
Also, the automate-feature of Priests of Leaves does not seem to have a corresponding tooltip-text (the one that appears if you hover over the key), it just displays TXT_KEY_ACTION_AUTOMATE_TERRAFORMING. This might be considered a graphics-bug though.
http://www.dreamsend.se/temp/Bloom.CivBeyondSwordSave
Also, I added the priest with the WB, might that have an effect on things?
Yeah the shortcut is only for the "default" location. And this is an example of when the default isn't what is expected.I am running Windows 7 x64, and whenever I install a new patch, the shortcut in the FfH directory points to the "Program Files" directory. It should point to the "Program Files (x86)" directory as that is where 64-bit Windows installs 32-bit programs.
Only a minor issue, just thought that I would mention it for other users who are running 64-bit Windows and might not know what is happening.
Thanks!
if eUnit == gc.getInfoTypeForString('UNIT_PRIVATEER'):
for iTeam2 in range(gc.getMAX_PLAYERS()):
eTeam2 = gc.getTeam(iTeam2)
iPrivateercounter = 0
if eTeam2.isAlive():
if eTeam2.isHasTech(gc.getInfoTypeForString('TECH_OPTICS')) and eTeam2.isHasTech(gc.getInfoTypeForString('TECH_IRON_WORKING')):
iPrivateercounter = iPrivateercounter +1
if iPrivateercounter > 1:
return True
if eUnit == gc.getInfoTypeForString('UNIT_PRIVATEER'):
iPrivateercounter = 0
for iTeam2 in range(gc.getMAX_PLAYERS()):
eTeam2 = gc.getTeam(iTeam2)
if eTeam2.isAlive():
if eTeam2.isHasTech(gc.getInfoTypeForString('TECH_OPTICS')) and eTeam2.isHasTech(gc.getInfoTypeForString('TECH_IRON_WORKING')):
iPrivateercounter = iPrivateercounter +1
if iPrivateercounter > 1:
return True