Commit 0f5ac67b authored by GuGu's avatar GuGu

Update c25508.lua

parent e5b1e49e
Pipeline #40047 passed with stage
in 8 seconds
...@@ -42,7 +42,7 @@ function c25508.settg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -42,7 +42,7 @@ function c25508.settg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
end end
if Duel.GetFlagEffect(tp,25512)==0 and Duel.IsExistingMatchingCard(c25508.sfilter,tp,LOCATION_DECK,0,1,nil) then if Duel.GetFlagEffect(tp,25512)==0 and Duel.IsExistingMatchingCard(c25508.sfilter,tp,LOCATION_DECK,0,1,nil) then
e:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND) --e:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
end end
e:GetHandler():RegisterFlagEffect(25508,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END,0,1) e:GetHandler():RegisterFlagEffect(25508,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END,0,1)
end end
......
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