Skip to content

Commit

Permalink
Merge pull request tobymao#9289 from crericha/18usa-updates
Browse files Browse the repository at this point in the history
[18USA] Volatility to production and minor improvement to additional token companies
  • Loading branch information
crericha authored Jul 4, 2023
2 parents a9fe264 + e9a14f3 commit fcdfd1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/game/g_1817/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module Meta
},
{
sym: :volatility,
short_name: 'Volatility Expansion (Alpha)',
short_name: 'Volatility Expansion',
desc: '13 additional private companies and a modified initial auction',
},
].freeze
Expand Down
3 changes: 3 additions & 0 deletions lib/engine/game/g_1817/step/buy_sell_par_shares.rb
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ def use_on_assign_abilities(company)
@game.abilities(company, :additional_token) do |ability|
corporation.tokens << Engine::Token.new(corporation)
ability.use!
@log << "#{corporation.name} acquires additonal token from #{company.name}"
@log << "#{company.name} closes"
company.close!
end
end

Expand Down

0 comments on commit fcdfd1d

Please sign in to comment.