Commit c5bb6224 authored by nekrozar's avatar nekrozar

fix Kuraz the Light Monarch

parent a8ec83b4
...@@ -45,8 +45,8 @@ function c57666212.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -45,8 +45,8 @@ function c57666212.operation(e,tp,eg,ep,ev,re,r,rp)
end end
tc=sg:GetNext() tc=sg:GetNext()
end end
if d1>0 and Duel.SelectYesNo(0,aux.Stringid(57666212,1)) then Duel.Draw(0,d1,REASON_EFFECT) end if d1>0 and Duel.IsPlayerCanDraw(0,d1) and Duel.SelectYesNo(0,aux.Stringid(57666212,1)) then Duel.Draw(0,d1,REASON_EFFECT) end
if d2>0 and Duel.SelectYesNo(1,aux.Stringid(57666212,1)) then Duel.Draw(1,d2,REASON_EFFECT) end if d2>0 and Duel.IsPlayerCanDraw(1,d2) and Duel.SelectYesNo(1,aux.Stringid(57666212,1)) then Duel.Draw(1,d2,REASON_EFFECT) end
end end
function c57666212.disatt(e,tp,eg,ep,ev,re,r,rp) function c57666212.disatt(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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