Commit 4c1514a7 authored by tsubaki's avatar tsubaki

c24071 fix

parent 8d1ba57c
Pipeline #40228 passed with stage
in 6 seconds
......@@ -67,7 +67,7 @@ function c24071.thfilter(c)
return c:IsRace(RACE_ZOMBIE) and c:GetLevel()==1 and (c:IsAbleToHand())
end
function c24071.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():GetPreviousLocation()==LOCATION_ONFIELD and Duel.IsExistingMatchingCard(c24071.thfilter,tp,LOCATION_DECK,0,1,nil) end
if chk==0 then return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD) and Duel.IsExistingMatchingCard(c24071.thfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end
function c24071.spfilter(c,e,tp)
......
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