Partial Test Cases For Sustenance Event Added
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user