Skip to content

Commit 471e77b

Browse files
committed
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.
1 parent e39f1ae commit 471e77b

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

scripts/quests/windurst/THF_AF1_The_Tenshodo_Showdown.lua

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -130,45 +130,6 @@ quest.sections =
130130
},
131131
},
132132

133-
{
134-
check = function(player, status, vars)
135-
return status == xi.questStatus.QUEST_ACCEPTED and
136-
not player:hasItem(xi.item.BOWL_OF_QUADAV_STEW)
137-
end,
138-
139-
[xi.zone.BEADEAUX] =
140-
{
141-
['Bronze_Quadav'] =
142-
{
143-
onSteal = function(player, target, ability, action)
144-
return xi.item.BOWL_OF_QUADAV_STEW
145-
end
146-
},
147-
148-
['Garnet_Quadav'] =
149-
{
150-
onSteal = function(player, target, ability, action)
151-
return xi.item.BOWL_OF_QUADAV_STEW
152-
end
153-
},
154-
155-
['Silver_Quadav'] =
156-
{
157-
onSteal = function(player, target, ability, action)
158-
return xi.item.BOWL_OF_QUADAV_STEW
159-
end
160-
},
161-
162-
['Zircon_Quadav'] =
163-
{
164-
onSteal = function(player, target, ability, action)
165-
return xi.item.BOWL_OF_QUADAV_STEW
166-
end
167-
}
168-
},
169-
170-
},
171-
172133
{
173134
check = function(player, status, vars)
174135
return status == xi.questStatus.QUEST_COMPLETED and

0 commit comments

Comments
 (0)