From 471e77bfd1f7ae435438b0c0e847a74e51120c4b Mon Sep 17 00:00:00 2001 From: ThrisStraizo <45871917+ThrisStraizo@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:23:00 -0700 Subject: [PATCH] Yeet unneeded THF AF1 stew code This PR deletes the unneeded stew steal code from the THF AF1 quest as the stew is stealable if the quest is active or not. --- .../THF_AF1_The_Tenshodo_Showdown.lua | 39 ------------------- 1 file changed, 39 deletions(-) diff --git a/scripts/quests/windurst/THF_AF1_The_Tenshodo_Showdown.lua b/scripts/quests/windurst/THF_AF1_The_Tenshodo_Showdown.lua index e9ac377b636..9c2072569dd 100644 --- a/scripts/quests/windurst/THF_AF1_The_Tenshodo_Showdown.lua +++ b/scripts/quests/windurst/THF_AF1_The_Tenshodo_Showdown.lua @@ -130,45 +130,6 @@ quest.sections = }, }, - { - check = function(player, status, vars) - return status == xi.questStatus.QUEST_ACCEPTED and - not player:hasItem(xi.item.BOWL_OF_QUADAV_STEW) - end, - - [xi.zone.BEADEAUX] = - { - ['Bronze_Quadav'] = - { - onSteal = function(player, target, ability, action) - return xi.item.BOWL_OF_QUADAV_STEW - end - }, - - ['Garnet_Quadav'] = - { - onSteal = function(player, target, ability, action) - return xi.item.BOWL_OF_QUADAV_STEW - end - }, - - ['Silver_Quadav'] = - { - onSteal = function(player, target, ability, action) - return xi.item.BOWL_OF_QUADAV_STEW - end - }, - - ['Zircon_Quadav'] = - { - onSteal = function(player, target, ability, action) - return xi.item.BOWL_OF_QUADAV_STEW - end - } - }, - - }, - { check = function(player, status, vars) return status == xi.questStatus.QUEST_COMPLETED and