Fix: shamanicRitual

This commit is contained in:
2026-03-19 18:49:30 +01:00
parent 5946bb3bce
commit 96c45a347a
@@ -42,7 +42,7 @@ 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);