-
Notifications
You must be signed in to change notification settings - Fork 189
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
[18USA] Fix P16 description #11323
[18USA] Fix P16 description #11323
Conversation
lib/engine/game/g_18_usa/entities.rb
Outdated
'May be placed on any existing normal city. Three of the track segments are optional and can be placed ' \ | ||
'pointing toward water or other off map areas.', | ||
desc: 'Regional Headquarters may be used to upgrade a green or brown non-metropolis city after phase 5 begins. '\ | ||
'The X23 tile (RHQ label) may be placed on any existing normal city. Two of the track segments are optional '\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tile has 3 optional connections that are contiguous.
Recommend removing (RHQ label)
. The tile number is enough and the description is already long.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's true that the private text says 3 of the segments are optional in the physical version, but there are no spaces on the board that would require more than 2 to be ignored. Should we still have it say 3?
I'll remove the (RHQ label) text.
'pointing toward water or other off map areas.', | ||
desc: 'Regional Headquarters may be used to upgrade a green or brown non-metropolis city after phase 5 begins. '\ | ||
'The X23 tile may be placed on any existing normal city. Two of the track segments are optional '\ | ||
'and can be placed pointing toward water or other off map areas.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you change the optional track segments from three to two? Here are the rules (All-aboard edition):
Comes with the gray Regional Headquarters tile. The may be used to upgrade a green or
brown non-metropolis city after Phase 5 begins.
Three of the track segments are optional and can be placed pointing toward water or other other
map areas.
This doesn't look correct and I haven't gotten a response, so I'm going to close for now. Feel to reopen with the fixes when you have time. |
Fixes #11025
Before clicking "Create"
master
pins
orarchive_alpha_games
label if this change will break existing gamesdocker compose exec rack rubocop -a
docker compose exec rack rake
Implementation Notes
Explanation of Change
Description for P16 wasn't clear about tile being used - fixed
Clarified description as well.
Screenshots
Any Assumptions / Hacks