Skip to content

Commit

Permalink
Merge pull request #11424 from patrikolesen/18_uruguay_home_token_on_…
Browse files Browse the repository at this point in the history
…float

[18Uruguay] Removed reserved colors and changed home token timing to on float
  • Loading branch information
ollybh authored Jan 2, 2025
2 parents b1d2aed + 578e3fd commit 5dfb985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions lib/engine/game/g_18_uruguay/corporations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module Corporations
logo: '18_uruguay/FCCU',
simple_logo: '18_uruguay/FCCU.alt',
color: :'#1a1919',
reservation_color: '#FFFFFF',
text_color: 'white',
tokens: [0, 40, 60, 100],
coordinates: 'J6',
Expand All @@ -61,7 +60,6 @@ module Corporations
simple_logo: '18_uruguay/FCNE.alt',
color: :'#fff104',
text_color: 'black',
reservation_color: '#fff104',
tokens: [0, 40, 60, 100],
coordinates: 'I9',
destination_coordinates: 'E13',
Expand All @@ -74,7 +72,6 @@ module Corporations
logo: '18_uruguay/WER',
simple_logo: '18_uruguay/WER.alt',
color: :'#f47d20',
reservation_color: '#f47d20',
tokens: [0, 40, 60],
coordinates: 'G3',
destination_coordinates: 'J12',
Expand All @@ -87,7 +84,6 @@ module Corporations
logo: '18_uruguay/FCNO',
simple_logo: '18_uruguay/FCNO.alt',
color: '#12a969',
reservation_color: '#12a969',
tokens: [0, 40, 60],
coordinates: 'D2',
destination_coordinates: 'C9',
Expand All @@ -101,7 +97,6 @@ module Corporations
simple_logo: '18_uruguay/FCMU.alt',
color: :'#e1ad01',
text_color: 'black',
reservation_color: '#e1ad01',
tokens: [0, 40, 60],
coordinates: 'F6',
destination_coordinates: 'I3',
Expand All @@ -114,7 +109,6 @@ module Corporations
logo: '18_uruguay/EER',
simple_logo: '18_uruguay/EER.alt',
color: '#772c7b',
reservation_color: '#772c7b',
tokens: [0, 40, 60],
coordinates: 'E13',
destination_coordinates: 'D6',
Expand All @@ -127,7 +121,6 @@ module Corporations
logo: '18_uruguay/FCNU',
simple_logo: '18_uruguay/FCNU.alt',
color: '#0189c4',
reservation_color: '#0189c4',
tokens: [0, 40, 60],
coordinates: 'B6',
destination_coordinates: 'E3',
Expand All @@ -141,7 +134,6 @@ module Corporations
simple_logo: '18_uruguay/PTC.alt',
color: :'#fad5e4',
text_color: 'black',
reservation_color: '#fad5e4',
tokens: [0, 40, 60],
coordinates: 'H14',
destination_coordinates: 'G3',
Expand All @@ -155,7 +147,6 @@ module Corporations
simple_logo: '18_uruguay/ECR.alt',
color: '#43c6db',
text_color: 'black',
reservation_color: '#43c6db',
tokens: [0, 40, 60],
coordinates: 'J6',
city: 3,
Expand Down
1 change: 1 addition & 0 deletions lib/engine/game/g_18_uruguay/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class Game < Game::Base
SELL_AFTER = :p_any_operate
TILE_RESERVATION_BLOCKS_OTHERS = true
CURRENCY_FORMAT_STR = '$U%d'
HOME_TOKEN_TIMING = :float

MUST_BUY_TRAIN = :always

Expand Down

0 comments on commit 5dfb985

Please sign in to comment.