Commit 02396840 authored by salix5's avatar salix5

fix

parent ff526156
...@@ -29,6 +29,7 @@ end ...@@ -29,6 +29,7 @@ end
function c15381252.activate(e,tp,eg,ep,ev,re,r,rp) function c15381252.activate(e,tp,eg,ep,ev,re,r,rp)
local count=8 local count=8
while count>0 and Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>0 and Duel.GetLP(1-tp)>0 do while count>0 and Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>0 and Duel.GetLP(1-tp)>0 do
if count<8 then Duel.BreakEffect() end
Duel.ConfirmDecktop(tp,1) Duel.ConfirmDecktop(tp,1)
local g=Duel.GetDecktopGroup(tp,1) local g=Duel.GetDecktopGroup(tp,1)
local tc=g:GetFirst() local tc=g:GetFirst()
......
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