Skip to content

Commit

Permalink
[1822CA] fix currency symbol in STATUS_TEXT constants
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljb committed Feb 14, 2024
1 parent cd1d33c commit 7e860a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/engine/game/g_1822_ca/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ class Game < G1822::Game
)

STATUS_TEXT = G1822::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'],
'l_upgrade' => ['$70 L-train upgrades',
'The cost to upgrade an L-train to a 2-train is reduced from $80 to $70.']
)
Expand Down

0 comments on commit 7e860a2

Please sign in to comment.