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

Unit disembarking from trireme blocked #116

Closed fire-eggs closed 3 years ago

fire-eggs commented 4 years ago

Something wrong with the "valid move" logic. Tried to disembark a chariot from a trireme right next to an enemy city and got a "disallowed". Units disembarking from trireme should not be blocked from landing.

W: ocean; L: land; C: enemy city; T: my trireme; 1: attempting to land my chariot here

WLLL
W1CL
WTLL

Technolatitan on Earth.

Need to confirm vs 'original'.

iegik commented 3 years ago

Confirmed, that you cannot move unit from sea unit to the irrigated land

fire-eggs commented 3 years ago

Fixed.