Commit 677437a1 authored by Momobako's avatar Momobako

Push by Appveyor

parent 02d7d60e
...@@ -67,6 +67,7 @@ function c50000203.thcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,6 +67,7 @@ function c50000203.thcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c50000203.thfilter,1,nil,tp) return eg:IsExists(c50000203.thfilter,1,nil,tp)
end end
function c50000203.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c50000203.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if not e:GetHandler():IsRelateToEffect(e) then return end
if chk==0 then return true end if chk==0 then return true end
local g=eg:Filter(c50000203.thfilter,nil,tp) local g=eg:Filter(c50000203.thfilter,nil,tp)
Duel.SetTargetCard(g) Duel.SetTargetCard(g)
......
...@@ -76,6 +76,7 @@ function c50000209.drtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -76,6 +76,7 @@ function c50000209.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1) Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1)
end end
function c50000209.drop(e,tp,eg,ep,ev,re,r,rp) function c50000209.drop(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.Draw(p,d,REASON_EFFECT) Duel.Draw(p,d,REASON_EFFECT)
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