Commit 3d31f6e8 authored by Grajade's avatar Grajade

Update c1111502.lua

parent f4bd364b
Pipeline #9196 passed with stages
in 33 minutes and 15 seconds
......@@ -73,11 +73,11 @@ end
function c1111502.con2(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetPreviousControler()==tp and rp==1-tp
end
function c1111502.op2(e,tp,eg,ep,ev,re,r,rp,chk)
function c1111502.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) and Duel.IsPlayerCanDraw(1-tp,1) end
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,PLAYER_ALL,1)
end
function c1111502.tg2(e,tp,eg,ep,ev,re,r,rp)
function c1111502.op2(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(tp,1,REASON_EFFECT)
Duel.Draw(1-tp,1,REASON_EFFECT)
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