Commit 015b19c6 authored by nekrozar's avatar nekrozar

fix

parent 986b1e9b
......@@ -28,7 +28,7 @@ function c15381252.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c15381252.activate(e,tp,eg,ep,ev,re,r,rp)
local count=8
while count>0 and Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>0 do
while count>0 and Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>0 and Duel.GetLP(1-tp)>0 do
Duel.ConfirmDecktop(tp,1)
local g=Duel.GetDecktopGroup(tp,1)
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