}
@Override
public Input handle(Action action, String actorID)
{
final Hunt act = (Hunt)action;
final Food food = dmodel.getFoodById(act.getFoodTypeId());
// This line gets the agents datamodel
// Just trust me on that one :P
final PublicAgentDataModel am = ((AbstractAgent)sim.getPlayer(actorID)).getDataModel();
if (am.getHuntingTeam() == null)