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

Shipowners Guild should be brown,grey,purple not brown,grey,blue #42

Open
Pachelbel1414 opened this issue Nov 20, 2017 · 0 comments
Open

Comments

@Pachelbel1414
Copy link

Pachelbel1414 commented Nov 20, 2017

in age3.csv, line 25, change it to:
,TTTPG,purple,Shipowners Guild,"V brown,grey,purple 1",,,,,,,
in cards.php, line 276. get rid of 'brown,grey,blue' case and change default case to:
// $mult cards for each $color card played
default:
foreach (explode(',', $color) as $subcolor) {
foreach ($pl->cardsPlayed as $c) {
if ($c->getColor() == $subcolor)
$total += $mult;
}
}
break;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant