addJob("I work in this clothes boutique. It's no ordinary shop, we use magic to put our clients into fantastic outfits. Ask about the #offer.");
// addJob("I normally work in a clothes boutique, we use magic to put our clients into fantastic outfits. I'm here for Semos Mine Town Revival Weeks, where we #offer our outfits at greatly reduced prices, but they last for less time!");
addHelp("Our hired outfits wear off after some time, but you can always come back for more!");
addGoodbye("Bye!");
final OutfitChangerBehaviour behaviour = new SpecialOutfitChangerBehaviour(priceList, endurance, "Your magical outfit has worn off.");
new OutfitChangerAdder().addOutfitChanger(this, behaviour, "hire", false, false);
}
};
npc.setEntityClass("slim_woman_npc");
npc.setPosition(16, 5);