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

[18ESP] sets minimum buy-in price for P6 and P7 to 1 #11270

Merged
merged 2 commits into from
Oct 24, 2024
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
3 changes: 3 additions & 0 deletions lib/engine/game/g_18_esp/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module Entities
name: 'Zafra - Huelva',
value: 160,
revenue: 20,
min_price: 1,
desc: 'It provides a 10% certificate from the Southern company CRB.',
color: nil,
abilities: [{ type: 'shares', shares: 'CRB_1' }],
Expand All @@ -119,6 +120,7 @@ module Entities
name: 'Ferrocarril Vasco-Navarro',
value: 160,
revenue: 20,
min_price: 1,
philcampeau marked this conversation as resolved.
Show resolved Hide resolved
desc: 'It provides a 10% certificate from the Southern company CRB.',
color: nil,
abilities: [{ type: 'shares', shares: 'random_share' }],
Expand All @@ -128,6 +130,7 @@ module Entities
name: 'Ferrocarril de Carreño',
value: 170,
revenue: 30,
min_price: 1,
desc: 'President share of one Northern major company (randomly selected before the game starts).'\
'It closes when the major company buys its first train.',
color: nil,
Expand Down
Loading