Auzzy / 1846-routes-web

4 stars 2 forks source link

Prevent running through removed railroads' home cities #65

Closed Auzzy closed 5 years ago

Auzzy commented 5 years ago

I overlooked a route rule: the home city of a railroad removed from play (due to less than 5 players) cannot be run through. My app currently has no way to differentiate between an unfounded railroad and a removed one; clearly, it needs one. The answer is not to just add all the railroads always; the home cities of unfounded railroads which have not been removed from the game are fair game to pass through.

In the mean time, the work around is to add the removed railroads to the game. This will place their home stations, preventing their home from being run through.

Auzzy commented 5 years ago

Deployed in a series of commits: