Skip to content

Commit

Permalink
[1837] Clarify when coal companies can be exchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
crericha committed Feb 1, 2025
1 parent 349970f commit a776a3c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions lib/engine/game/g_1837/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Entities
value: 40,
desc: 'Located in E11 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Bohemian Commercial Railway (BK) at ' \
'the start of an operating round.',
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -34,7 +34,7 @@ module Entities
value: 40,
desc: 'Located in A13 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Bohemian Commercial Railway (BK) at ' \
'the start of an operating round.',
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -47,8 +47,8 @@ module Entities
sym: 'EOD',
value: 40,
desc: 'Located in C19 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Moravian-Silesian Railway (MS) at the ' \
'start of an operating round.',
'G trains. The company can be exchanged for a 10% share of Moravian-Silesian Railway (MS) at ' \
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -61,8 +61,8 @@ module Entities
sym: 'EKT',
value: 40,
desc: 'Located in C21 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Moravian-Silesian Railway (MS) at the ' \
'start of an operating round.',
'G trains. The company can be exchanged for a 10% share of Moravian-Silesian Railway (MS) at ' \
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -75,8 +75,8 @@ module Entities
sym: 'MLB',
value: 40,
desc: 'Located in B32 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Carl Ludwig’s Railway (CL) at the ' \
'start of an operating round.',
'G trains. The company can be exchanged for a 10% share of Carl Ludwig’s Railway (CL) at ' \
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -89,8 +89,8 @@ module Entities
sym: 'ZKB',
value: 40,
desc: 'Located in K33 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Transylvanian Railway (TR) at the ' \
'start of an operating round.',
'G trains. The company can be exchanged for a 10% share of Transylvanian Railway (TR) at ' \
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -103,8 +103,8 @@ module Entities
sym: 'SPB',
value: 40,
desc: 'Located in K31 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Transylvanian Railway (TR) at the ' \
'start of an operating round.',
'G trains. The company can be exchanged for a 10% share of Transylvanian Railway (TR) at ' \
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -117,8 +117,8 @@ module Entities
sym: 'LRB',
value: 40,
desc: 'Located in L30 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Tisza Railway (TI) at the start of ' \
'an operating round.',
'G trains. The company can be exchanged for a 10% share of Tisza Railway (TI) at ' \
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -132,7 +132,7 @@ module Entities
value: 40,
desc: 'Located in P20 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Bosnia-Herzegovina Railway (BH) ' \
'at the start of an operating round.',
'at the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand All @@ -145,8 +145,8 @@ module Entities
sym: 'EHS',
value: 40,
desc: 'Located in F26 with 100K starting capital. Coal companies cannot be sold and can only run ' \
'G trains. The company can be exchanged for a 10% share of Tisza Railway (TI) at the start of ' \
'an operating round.',
'G trains. The company can be exchanged for a 10% share of Tisza Railway (TI) at ' \
'the start of a stock or operating round.',
color: :black,
text_color: :white,
meta: { start_packet: true, type: :coal },
Expand Down

0 comments on commit a776a3c

Please sign in to comment.