Skip to content

Commit

Permalink
[18ESP] sets minimum buy-in price for P6 and P7 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
philcampeau committed Oct 11, 2024
1 parent 588b79c commit 03e5115
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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,7 +120,8 @@ module Entities
name: 'Ferrocarril Vasco-Navarro',
value: 160,
revenue: 20,
desc: 'It provides a 10% certificate from the Southern company CRB.',
min_price: 1,
desc: 'It provides a 10% certificate from a randomly chosen company.',
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

0 comments on commit 03e5115

Please sign in to comment.