Commit 168cb722 authored by mercury233's avatar mercury233

fix Marincess traps act in hand

parent d379ecae
...@@ -75,5 +75,5 @@ function c52945066.hcfilter(c) ...@@ -75,5 +75,5 @@ function c52945066.hcfilter(c)
return c:IsFaceup() and c:IsSetCard(0x12b) and c:IsLinkAbove(3) return c:IsFaceup() and c:IsSetCard(0x12b) and c:IsLinkAbove(3)
end end
function c52945066.handcon(e) function c52945066.handcon(e)
return Duel.IsExistingMatchingCard(c52945066.hcfilter,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil) return Duel.IsExistingMatchingCard(c52945066.hcfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
end end
...@@ -41,5 +41,5 @@ function c84430165.hcfilter(c) ...@@ -41,5 +41,5 @@ function c84430165.hcfilter(c)
return c:IsFaceup() and c:IsSetCard(0x12b) and c:IsLinkAbove(3) return c:IsFaceup() and c:IsSetCard(0x12b) and c:IsLinkAbove(3)
end end
function c84430165.handcon(e) function c84430165.handcon(e)
return Duel.IsExistingMatchingCard(c84430165.hcfilter,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil) return Duel.IsExistingMatchingCard(c84430165.hcfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
end 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