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

[18USA] Fix P16 description #11323

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions lib/engine/game/g_18_usa/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ module Entities
name: 'P16 - Regional Headquarters',
value: 60,
revenue: 0,
desc: 'Regional Headquarters may be used to upgrade a green or brown non-metropolis city after phase 5 begins. ' \
'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 '\
'and can be placed pointing toward water or other off map areas.',
sym: 'P16',
abilities: [
{
Expand Down
Loading