ShamanicRitual: fixed edge case when everybody has the same icons

ShamanicRitualTest: fixed
This commit is contained in:
2026-04-08 18:44:28 +02:00
parent 513f9e2d87
commit 092b8991cd
2 changed files with 3 additions and 3 deletions
@@ -65,8 +65,8 @@ class ShamanicRitualTest {
ShamanicRitual ritual = new ShamanicRitual(1, 10, 5);
ritual.activateEvent(players);
assertEquals(10, p1.getPrestigeValue());
assertEquals(10, p2.getPrestigeValue());
assertEquals(5, p1.getPrestigeValue());
assertEquals(5, p2.getPrestigeValue());
}
@Test