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

[1822PNW] replace £ with $ in status info #11343

Merged
Merged
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
7 changes: 7 additions & 0 deletions lib/engine/game/g_1822_pnw/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ class Game < G1822::Game
'NP' => 3,
}.freeze

STATUS_TEXT = G1822PNW::Game::STATUS_TEXT.merge(
'can_acquire_minor_bidbox' => ['Acquire a minor from bidbox',
'Can acquire a minor from bidbox for $200, must have connection '\
'to start location'],
'minor_float_phase1' => ['Minors receive $100 in capital', 'Minors receive $100 capital with 50 stock value'],
).freeze

STARTING_COMPANIES = %w[P1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 P21
M1 M2 M3 M4 M5 M6 M7 M8 M9 M10 M11 M12 M13 M14 M15 M16 M17 M18 M19 M20 M21 MA MB MC].freeze

Expand Down
Loading