Fix: shamanicRitual
This commit is contained in:
+2
-2
@@ -42,8 +42,8 @@ public class ShamanicRitual extends EventCard {
|
|||||||
|
|
||||||
|
|
||||||
for (Player player : maxIconsPlayer) {
|
for (Player player : maxIconsPlayer) {
|
||||||
if (player.buildingCards.stream().anyMatch(b -> b.getEffectId() == 6)) {
|
if (player.buildingCards.stream().anyMatch(b -> b.getEffectId() == 6) && maxIconsPlayer.size() == 1) {
|
||||||
player.addPrestige(prestigeToAdd *2);
|
player.addPrestige(prestigeToAdd * 2);
|
||||||
} else {
|
} else {
|
||||||
player.addPrestige(prestigeToAdd);
|
player.addPrestige(prestigeToAdd);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user