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

[18Uruguay] Removed reserved colors and changed home token timing to on float #11424

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
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
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
Loading