From 2d003a1898eecdad5d507f8b3f5674b501abef2f Mon Sep 17 00:00:00 2001 From: Phil Campeau Date: Fri, 29 Dec 2023 15:02:00 -0500 Subject: [PATCH 1/2] [1866] updates log text for buying stock tokens --- lib/engine/game/g_1866/game.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/engine/game/g_1866/game.rb b/lib/engine/game/g_1866/game.rb index f70544e6d0..eb562b1337 100644 --- a/lib/engine/game/g_1866/game.rb +++ b/lib/engine/game/g_1866/game.rb @@ -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 From 8e9a17531f527336605da61e6ed89e39321a3ad4 Mon Sep 17 00:00:00 2001 From: Phil Campeau Date: Fri, 29 Dec 2023 15:53:53 -0500 Subject: [PATCH 2/2] indent correction --- lib/engine/game/g_1866/game.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/engine/game/g_1866/game.rb b/lib/engine/game/g_1866/game.rb index eb562b1337..6ee72a6e97 100644 --- a/lib/engine/game/g_1866/game.rb +++ b/lib/engine/game/g_1866/game.rb @@ -2200,7 +2200,7 @@ def stock_turn_token_name!(company) company.name = name company.desc = if @round.operating? '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.' + ' 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