Commit a58d3f9e authored by mercury233's avatar mercury233 Committed by GitHub

fix 夢魔鏡の使徒-ネイロイ

parent adce858c
...@@ -29,7 +29,7 @@ function c18189187.filter(c) ...@@ -29,7 +29,7 @@ function c18189187.filter(c)
return c:IsFaceup() and c:IsSetCard(0x131) return c:IsFaceup() and c:IsSetCard(0x131)
end end
function c18189187.spcon(e,tp,eg,ep,ev,re,r,rp) function c18189187.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c18189187.filter,tp,LOCATION_MZONE,0,1,nil) return Duel.IsExistingMatchingCard(c18189187.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil)
end end
function c18189187.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c18189187.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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