Skip to content

Commit

Permalink
Release 0.16.1.
Browse files Browse the repository at this point in the history
Although other private company tokens are removed in phase 4, independent
railroad tokens are removed in phase 3.
  • Loading branch information
Austin committed Feb 19, 2019
1 parent 44469cf commit 8c6159b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion routes1846/private_companies.py
Expand Up @@ -72,7 +72,7 @@ def _handle_independent_railroad(board, railroads, name, kwargs):
board.place_station(home_city, railroads[owner])
else:
phase = max([train.phase for railroad in railroads.values() for train in railroad.trains])
if phase < 4:
if phase < 3:
board.place_station(home_city, Railroad.create(name, "2"))


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='routes-1846',
version='0.16',
version='0.16.1',
author="Austin Noto-Moniz",
author_email="metalnut4@netscape.net",
description="Library for caluclating routes in 1846: The Race For The Midwest.",
Expand Down

0 comments on commit 8c6159b

Please sign in to comment.