// Check to see if we died due to a message in the queue
if (this.dm.getFoodInPossesion() < 0)
{
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))