Commit 2d0cab5b authored by salix5's avatar salix5

Merge pull request #1098 from Steeldarkeagel/patch-35

Update c87751584.lua
parents fc1a2092 21421738
...@@ -23,7 +23,7 @@ function c87751584.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -23,7 +23,7 @@ function c87751584.desop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()==0 then return end if g:GetCount()==0 then return end
local c1,c2,c3=Duel.TossCoin(tp,3) local c1,c2,c3=Duel.TossCoin(tp,3)
local ct=c1+c2+c3 local ct=c1+c2+c3
if ct==0 or ct>g:GetCount() then return end if ct==0 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local dg=g:Select(tp,ct,ct,nil) local dg=g:Select(tp,ct,ct,nil)
Duel.HintSelection(dg) Duel.HintSelection(dg)
......
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