From 753e6c3cd061992114624c62ab1af9df748bcd39 Mon Sep 17 00:00:00 2001 From: hookstar Date: Wed, 8 May 2024 11:24:19 -0500 Subject: [PATCH] [Quest]Chocobo on the loose auto flag --- scripts/quests/jeuno/Chocobos_Wounds.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/quests/jeuno/Chocobos_Wounds.lua b/scripts/quests/jeuno/Chocobos_Wounds.lua index c9bcdb3b8df..50512c75a8e 100644 --- a/scripts/quests/jeuno/Chocobos_Wounds.lua +++ b/scripts/quests/jeuno/Chocobos_Wounds.lua @@ -72,8 +72,10 @@ quest.sections = if option == 1 then quest:begin(player) quest:setVar(player, 'Prog', 1) - -- This quest is automatically flagged during this interaction. - player:addQuest(xi.questLog.JEUNO, xi.quest.id.jeuno.CHOCOBO_ON_THE_LOOSE) + if xi.settings.main.ENABLE_TOAU == 1 then + -- This quest is automatically flagged during this interaction. + player:addQuest(xi.questLog.JEUNO, xi.quest.id.jeuno.CHOCOBO_ON_THE_LOOSE) + end else -- Dialogue changes if the player fails to choose the correct option. quest:setVar(player, 'Declined', 1)