Commit 9e036abd authored by salix5's avatar salix5

Merge pull request #5 from DailyShana/patch-2

fix
parents b5693acb b897ff71
...@@ -62,6 +62,7 @@ function c77859858.drtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -62,6 +62,7 @@ function c77859858.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,ep,1) Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,ep,1)
end end
function c77859858.drop(e,tp,eg,ep,ev,re,r,rp) function c77859858.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