Commit 56621296 authored by mercury233's avatar mercury233

fix

parent a953d6a4
......@@ -106,5 +106,5 @@ function c101010068.hcfilter(c)
return c:IsFaceup() and c:IsSetCard(0x12b) and c:IsLinkAbove(3)
end
function c101010068.handcon(e)
return Duel.IsExistingMatchingCard(c101010068.hcfilter,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil)
return Duel.IsExistingMatchingCard(c101010068.hcfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment