Commit a75df63c authored by Tachibana's avatar Tachibana

watele

parent 13cc6236
Pipeline #6686 passed with stages
in 44 minutes and 24 seconds
......@@ -18,7 +18,7 @@ function cm.initial_effect(c)
end
cm.toss_dice=true
function cm.eftg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp) and Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>1 and Duel.IsPlayerCanDraw(1-tp) and Duel.GetFieldGroupCount(tp,0,LOCATION_DECK)>1 end
if chk==0 then return Duel.IsPlayerCanDraw(tp) and Duel.IsPlayerCanDraw(1-tp) end
Duel.SetOperationInfo(0,CATEGORY_DICE,nil,0,tp,1)
end
function cm.efop(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