From: James R. <rom...@gm...> - 2012-05-01 16:07:42
|
Hi guys, Rails is making mistakes in applying the red-to-red bonus in our four-player game of 18EU. There seem to be two kinds of mistakes: 1) It incorrectly awards the bonus for a route that begins in a red area, runs through Hamburg (which is a red area) but does not end there, and continues on to finish in a non-red area. 2) It applies the bonus three times for runs that begin and end in red areas and include Hamburg in the middle of the route. I've attached two save files to illustrate the phenomena. In the first (18EU_20120501_1602_Jim.rails), you can see a route Rails has chosen for DR. If you "Click for more details" near the top of the map window, you can see that the red-to-red bonus is set to 60. But the route has one endpoint in Paris, which is not a red region, so there should be no red-to-red bonus. In the second (18EU_20120501_1600_Jim.rails), you can also see a route Rails has chosen for DR. If you "Click for more details" near the top of the map window, you can see that the red-to-red bonus is 180 when it should only be 60. |