Merge pull request #42 from rubenpirreram/RMI

RMI
This commit is contained in:
rubenpirreram
2026-04-23 19:00:11 +02:00
committed by GitHub
21 changed files with 118 additions and 144 deletions
@@ -43,7 +43,7 @@ public class ShamanicRitual extends EventCard {
* If all players have the same amount of icons, they all gain and lose Prestige Points.
*
* Buildings influence:
* Building 2: if you have fewer icons than all other players, you don't lose Prestige Points
* Building 2: if you have the lowest number of icons, you don't lose Prestige Points
* Building 5: during the Shamanic Ritual, you gain 3 icons
* Building 6: if you have more icons than any other player, you gain double of Prestige Points
*
@@ -87,7 +87,6 @@ public class ShamanicRitual extends EventCard {
}
/**
* Creates and returns a copy of this ShamanicRitual card.
*