Skip to content

Commit

Permalink
[rollingstock] market can have more than 5 shares
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminxscott committed Jan 28, 2024
1 parent 87c1a48 commit af4f98f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/engine/game/g_rolling_stock/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Game < Game::Base
BANK_CASH = 10_000
STARTING_CASH = { 2 => 30, 3 => 30, 4 => 30, 5 => 30, 6 => 25 }.freeze

MARKET_SHARE_LIMIT = 100
MARKET = [
%w[0c
5
Expand Down

0 comments on commit af4f98f

Please sign in to comment.