Fix: shamanicRitual
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public class ShamanicRitual extends EventCard {
|
||||
|
||||
|
||||
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);
|
||||
} else {
|
||||
player.addPrestige(prestigeToAdd);
|
||||
|
||||
Reference in New Issue
Block a user