Commit 81ccc9f7 authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Fix Dragged Down into the Grave (#2089)

parent 27569337
...@@ -18,7 +18,7 @@ function c16435215.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -18,7 +18,7 @@ function c16435215.condition(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c16435215.target(e,tp,eg,ep,ev,re,r,rp,chk) function c16435215.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return Duel.IsPlayerCanDraw(tp,1) and Duel.IsPlayerCanDraw(1-tp,1) end
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,PLAYER_ALL,1) Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,PLAYER_ALL,1)
end end
function c16435215.activate(e,tp,eg,ep,ev,re,r,rp) function c16435215.activate(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