}
if (wife.isEquipped("money", 200*wife.getLevel())) {
wife.drop("money", 200*wife.getLevel());
} else {
final int xp = (int) (wife.getXP() * 0.03);
wife.subXP(xp);
}
wife.removeQuest(marriage.getQuestSlot());
wife.removeQuest(marriage.getSpouseQuestSlot());
wife.sendPrivateText(husband.getName() + " has divorced from you.");
npc.say("What a pity...what a pity...and you two were married so happily, too...");