402403404405406407408409410411412
logger.log(Level.FINE, "I, agent, {0}, am starving to death!", dm.getName()); ec.act(new Death(), dm.getId(), authCode); } TurnType turn = ec.getCurrentTurnType(); if (TurnType.firstTurn.equals(turn)) { beforeNewRound(); clearRoundData();
156157158159160161162163164165166
* other objects in the simulation */ @Override public void execute() { TurnType turn = ec.getCurrentTurnType(); if (TurnType.firstTurn.equals(turn)) { beforeNewRound();