Skip to content

Commit

Permalink
[18CH] NB private railway can be used to start a public company
Browse files Browse the repository at this point in the history
  • Loading branch information
ollybh committed Aug 10, 2024
1 parent 972e2d8 commit 6917db1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/engine/game/g_18_ch/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ module Entities
{ type: 'no_buy' },
{ type: 'revenue_change', revenue: 21, on_phase: '3' },
{ type: 'reservation', hex: 'H5', city: 1 },
{
type: 'exchange',
owner_type: 'player',
when: 'owning_player_sr_turn',
corporations: 'any',
from: 'ipo',
},
],
},
{
Expand Down

0 comments on commit 6917db1

Please sign in to comment.