Skip to content

Commit 2610756

Browse files
authored
Fix "He Arkho - "Hudor""
Reason parameter was causing issues with destruction responses.
1 parent ea99551 commit 2610756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c30339825.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ function s.spop(water)
5252
local g=Duel.SelectMatchingCard(tp,s.desfilter,tc:GetOwner(),LOCATION_MZONE,0,1,1,nil,water)
5353
if #g==0 then return end
5454
Duel.HintSelection(g)
55-
if Duel.Destroy(g,REASON_DESTROY)>0 then
55+
if Duel.Destroy(g,REASON_EFFECT)>0 then
5656
Duel.SpecialSummon(tc,0,tp,tc:GetControler(),false,false,POS_FACEUP_DEFENSE)
5757
end
5858
end
59-
end
59+
end

0 commit comments

Comments
 (0)