From 5756dd97e9805b072ff68e904fbb953ad86bc90b Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Tue, 26 Jun 2012 19:04:34 +0000 Subject: [PATCH] plop git-svn-id: http://svn.net-core.org/repos/t-engine4@5295 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/chats/unremarkable-cave-bosses.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/chats/unremarkable-cave-bosses.lua b/game/modules/tome/data/chats/unremarkable-cave-bosses.lua index 24b7e45345..70c8018a02 100644 --- a/game/modules/tome/data/chats/unremarkable-cave-bosses.lua +++ b/game/modules/tome/data/chats/unremarkable-cave-bosses.lua @@ -54,7 +54,7 @@ Fillarel: "You! @playerdescriptor.race@! Help me defeat this monster or begone!" Krogar: "Ah, looking for help? Bah. @playerdescriptor.race@, kill this wench for me and I shall reward you!"]], answers = { {"[attack Krogar]", action=attack_krogar}, - {"[attack Fillarel]", action=attack_fillarel, cond=function(npc, player) return not player:hasQuest("start-sunwall") and config.settings.cheat end}, +-- {"[attack Fillarel]", action=attack_fillarel, cond=function(npc, player) return not player:hasQuest("start-sunwall") and config.settings.cheat end}, } } return "welcome" -- GitLab