Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rules for 1860 and 18Ireland to deprecate my personal dropbox #11309

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/engine/game/g_1860/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module Meta
GAME_INFO_URL = 'https://github.com/tobymao/18xx/wiki/1860'
GAME_LOCATION = 'Isle of Wight'
GAME_PUBLISHER = :all_aboard_games
GAME_RULES_URL = 'https://www.dropbox.com/s/usfbqtdjzx6ug8f/1860-rules.pdf'
GAME_RULES_URL = 'https://boardgamegeek.com/filepage/238952/third-edition-rules'

PLAYER_RANGE = [2, 4].freeze
OPTIONAL_RULES = [
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_18_ireland/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Meta
GAME_DESIGNER = 'Ian Scrivins'
GAME_INFO_URL = 'https://github.com/tobymao/18xx/wiki/18Ireland'
GAME_LOCATION = 'Ireland'
GAME_RULES_URL = 'https://www.dropbox.com/s/q19wvc8i410mr2u/18Ireland_Rules.pdf?dl=0'
GAME_RULES_URL = 'https://boardgamegeek.com/filepage/219076/18ireland-rules-mass-production-version'
GAME_TITLE = '18Ireland'

PLAYER_RANGE = [3, 6].freeze
Expand Down
Loading