Fix: Fixed "toString" Method Tests In CavePaintingsTest.java, HuntTest.java, ShamanicRitualTest.java, SustenanceTest.java.

Fix: Fixed "activateEvent" Method Tests In HuntTest.java, SustenanceTest.java.
Fix: Refactor In Sustenance.java.
This commit is contained in:
GabrieleRadice
2026-05-02 18:39:08 +02:00
parent a11f1e6741
commit 071752e256
5 changed files with 20 additions and 15 deletions
@@ -43,7 +43,7 @@ public class Sustenance extends EventCard {
* If the resulting Food debt is positive, the player must pay it with available Food.
* If the player does not have enough Food, all remaining Food is removed and the player
* loses Prestige equal to the unpaid Food debt multiplied by {@code PrestigeDebt}.
* This event is intended to be executed last among event effects.
* <b>This event is intended to be executed last among event effects.</b>
*
* @param playerList the list of players affected by the event.
* @throws NullPointerException if {@code playerList} or one of its required elements is {@code null}.