BTW -- your Dutch domination video is the most useful thing I've seen for learning to play Civ -- I watched the whole thing from beginning to end. Taught me all sorts of things.
I'd be interested to see what you could do with a continents-style map.
my second American LP is played on continents map .. https://www.youtube.com/playlist?list=PLFWnpbmrXTorc2VjoBaZMinjDhkXQRCRp link was on signature too
maybe its more common when the Barb boat is damaged?
I havnt seen it in a while, but it used to happen. I also have not left an early game fishing boat un-defended in a long timeI consider a trireme part of the cost of early fishing.
and those barb boats tend to die in one turn after entering my space.
From what I recall, it used to be common.My work boats have never been pillaged.
// Barbarian boats not allowed to pillage, as they're too annoying :)
if(isBarbarian() && getDomainType() == DOMAIN_SEA)
{
return false;
}
No barbarian boats pillage.
Same code is in Vanilla, G&K and BNW (CvUnit::canPillage)
I believe so, yes.then why do so many people (me included) recall barbs pillaging workboats ? It was patched in at some point ?