philihp / weblabora

Ora et Labora boardgame simulation library
http://kennerspiel.com
Apache License 2.0
11 stars 2 forks source link

Grape token activating on 3p short Ireland #109

Open jhagen1908 opened 11 years ago

jhagen1908 commented 11 years ago

Grape token is activating on 3-player short Ireland. Replace current grapeActiveOnRound() with:

@Override public int grapeActiveOnRound() { return GRAPE_INACTIVE_IN_IRELAND; } As in 3-player long.

From checking the code, it looks like grape will also activate for 2p and 4p short Ireland

I can do this myself but won't be able to get to it until the weekend.