addReply(ConversationPhrases.NO_MESSAGES, "Good! You wouldn't have fit in here anyway.");
addJob("I'm looking after the weaponry here. We have plenty of ammunition but running low on armor. I see you have some you might #offer though.");
addHelp("I buy armor for the barracks here, make me an #offer. If you'll keep it quiet, I'll even sell you ammunition.");
addOffer("Please look at the blackboard by the shields rack to see what we are short of, and what we pay. I also sell a variety of arrows.");
addQuest("Oh, thanks but no thanks. I don't need anything.");
new BuyerAdder().add(this, new BuyerBehaviour(shops.get("buyrare3")), false);
new SellerAdder().addSeller(this, new SellerBehaviour(shops.get("sellarrows")), false);
addGoodbye("Goodbye, comrade.");
}
};