Partial Test Cases For Sustenance Event Added

This commit is contained in:
GabrieleRadice
2026-03-15 20:08:53 +01:00
parent f3418b8aee
commit 6c88e07aeb
2 changed files with 40 additions and 1 deletions
@@ -19,7 +19,7 @@ public class Sustenance extends EventCard {
}
@Override
public void activateEvent (ArrayList <Player> playerList) {
public void activateEvent (ArrayList <Player> playerList) throws NullPointerException {
for(Player player : playerList){
int NChar = player.getCharacterCards().size();
int NGatherers =