fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
21 stars 4 forks source link

'Barbarian landing near xxx' message happens twice #103

Open fire-eggs opened 5 years ago

fire-eggs commented 5 years ago

First the barbarian ship appears, message appears next turn, message appears, units disembark, barbarian ship disappears [see issue #66 ]

fire-eggs commented 4 years ago

In AI.Barbarians.cs, BarbarianMoveWater, the message is displayed when the barbarian ship is "visible" to the human player. The units on board the ship may not have necessarily landed.

iegik commented 3 years ago

MB because of #159

iegik commented 3 years ago
Screenshot 2021-10-10 at 20 28 27

Seems to be Barbarians try to landing on land near city or even into city!

fire-eggs commented 3 years ago

Ah, your picture is the same scenario as issue #116