Commit 5f84ea5e authored by mercury233's avatar mercury233 Committed by GitHub

fix ドラグニティ-ジャベリン

parent f965d08b
...@@ -15,7 +15,7 @@ end ...@@ -15,7 +15,7 @@ end
function c80549379.repcon(e) function c80549379.repcon(e)
local c=e:GetHandler() local c=e:GetHandler()
local tp=c:GetControler() local tp=c:GetControler()
return c:IsFaceup() and c:IsReason(REASON_DESTROY) return c:IsFaceup() and c:IsLocation(LOCATION_MZONE) and c:IsReason(REASON_DESTROY)
and Duel.IsExistingMatchingCard(c80549379.filter,tp,LOCATION_MZONE,0,1,c) and Duel.IsExistingMatchingCard(c80549379.filter,tp,LOCATION_MZONE,0,1,c)
end end
function c80549379.repop(e,tp,eg,ep,ev,re,r,rp) function c80549379.repop(e,tp,eg,ep,ev,re,r,rp)
......
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