Commit 2e75ad3a authored by nekrozar's avatar nekrozar Committed by mercury233

fix (#988)

parent f3c44a6b
......@@ -56,7 +56,7 @@ function c22093873.checkop(e,tp,eg,ep,ev,re,r,rp)
e:GetLabelObject():SetLabel(fid)
end
function c22093873.drtg(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) end
Duel.SetTargetPlayer(tp)
Duel.SetTargetParam(1)
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1)
......
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