Skip to content

Commit

Permalink
Merge pull request tobymao#10262 from michaeljb/1822CA-meta
Browse files Browse the repository at this point in the history
[1822CA] fix dev stage for scenarios, credit Simon Cutforth
  • Loading branch information
michaeljb authored Feb 3, 2024
2 parents 17d58cc + af55485 commit 8616efb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion lib/engine/game/g_1822_ca/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Meta
DEPENDS_ON = '1822'

GAME_SUBTITLE = 'The Railways of Canada'
GAME_DESIGNER = 'Robert Lecuyer'
GAME_DESIGNER = 'Robert Lecuyer & Simon Cutforth'
GAME_INFO_URL = 'https://github.com/tobymao/18xx/wiki/1822CA'
GAME_LOCATION = 'Canada'
GAME_PUBLISHER = :all_aboard_games
Expand Down
2 changes: 0 additions & 2 deletions lib/engine/game/g_1822_ca_ers/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ module Meta
include Game::Meta
include G1822CA::Meta

DEV_STAGE = :prealpha

DEPENDS_ON = '1822CA'
GAME_IS_VARIANT_OF = G1822CA::Meta

Expand Down
2 changes: 0 additions & 2 deletions lib/engine/game/g_1822_ca_wrs/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ module Meta
include Game::Meta
include G1822CA::Meta

DEV_STAGE = :prealpha

DEPENDS_ON = '1822CA'
GAME_IS_VARIANT_OF = G1822CA::Meta

Expand Down

0 comments on commit 8616efb

Please sign in to comment.