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

[1866] updates description text for buying stock tokens #10054

Merged
merged 2 commits into from
Dec 30, 2023
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
4 changes: 2 additions & 2 deletions lib/engine/game/g_1866/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2199,8 +2199,8 @@ def stock_turn_token_name!(company)

company.name = name
company.desc = if @round.operating?
'Buy/Sell a stock turn token, it enters play as already operated. T = Top row, M = Middle '\
'row and B = Bottom row.'
'Buy/Sell a stock turn token. If set to a higher price than the current operating value, it enters'\
' play as already operated. T = Top row, M = Middle row, and B = Bottom row.'
else
'Buy a stock turn token. T = Top row, M = Middle row and B = Bottom row.'
end
Expand Down