We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The rewardDescription in flagship/src/app/campaign/management-phase/management-phase.component.ts renders as something like:
5 point Weapons Team upgrade
The way that reads, it seems like only a single upgrade card can be gained. However, in the rules under Location Rewards -> Upgrades (p21) it reads:
"That player may purchase upgrade cards of the chosen type"
So I think point ${reward.upgradeType} upgrade should be changed to points of ${reward.upgradeType} upgrades in rewardDescription
point ${reward.upgradeType} upgrade
points of ${reward.upgradeType} upgrades
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The rewardDescription in flagship/src/app/campaign/management-phase/management-phase.component.ts renders as something like:
5 point Weapons Team upgrade
The way that reads, it seems like only a single upgrade card can be gained. However, in the rules under Location Rewards -> Upgrades (p21) it reads:
"That player may purchase upgrade cards of the chosen type"
So I think
point ${reward.upgradeType} upgrade
should be changed topoints of ${reward.upgradeType} upgrades
in rewardDescriptionThe text was updated successfully, but these errors were encountered: