npc.add(ConversationStates.QUEST_OFFERED,
ConversationPhrases.NO_MESSAGES, null, ConversationStates.IDLE,
"Oh, thats not nice... but ok. Maybe the next visitor can help me.",
new SetQuestAndModifyKarmaAction(QUEST_SLOT, "rejected", -10.0));
npc.addReply("beer", "In an INN of course!");
npc.addReply("wine", "In an INN of course!");
npc.addReply(Arrays.asList("sandwiches", "sandwich"), "Come on, ask in a bakery!");
}
private void receiveFood() {