assertEquals("Make revenge! #Kill Mountain Orc Chief!", getReply(npc));
assertTrue("Keeping the kill slot, while the quest is active", player.hasKilled(VICTIM));
// completion and rewards
karma = player.getKarma();
en.stepTest(player, "kill");
assertEquals("Revenge! Good! Take club of hooman blud.", getReply(npc));
assertTrue(player.isEquipped("club of thorns"));
assertEquals("The club is bound", "player", player.getFirstEquipped("club of thorns").getBoundTo());
assertEquals("Final karma bonus", karma + 10.0, player.getKarma(), 0.01);
assertEquals("XP", 1000, player.getXP());