fire-eggs / CivOne

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

Units no longer moving correctly on roads #178

Closed fire-eggs closed 2 years ago

fire-eggs commented 2 years ago

Using the latest code, roads are no longer providing a movement bonus.

For example, a Settler has a Move rate of 1. However, on a road, a Settler should be able to move up to 3 tiles [also includes a city tile which implicitly has a road].

Right now, a Settler can only move 1 tile, whether on a road or not.

fire-eggs commented 2 years ago

Did not happen for chariot [except chariot is only getting 4 moves when it should be 6]. Ditto for diplomat.

fire-eggs commented 2 years ago

Caused by the same issues leading to #167.