Commit 963efeb9 authored by GuGu's avatar GuGu

Update c99999026.lua

parent 35b5e74a
Pipeline #32928 passed with stage
in 9 seconds
...@@ -53,7 +53,7 @@ end ...@@ -53,7 +53,7 @@ end
function c99999026.thop(e,tp,eg,ep,ev,re,r,rp) function c99999026.thop(e,tp,eg,ep,ev,re,r,rp)
local g1=Duel.SelectMatchingCard(tp,c99999026.thfilter1,tp,LOCATION_MZONE,0,1,1,nil,tp) local g1=Duel.SelectMatchingCard(tp,c99999026.thfilter1,tp,LOCATION_MZONE,0,1,1,nil,tp)
if g1:GetCount()>0 then if g1:GetCount()>0 then
Duel.Release(g1,REASON_EFFECT)~=0 then Duel.Release(g1,REASON_EFFECT)
local g2=eg:Filter(c99999026.thfilter2,nil,tp) local g2=eg:Filter(c99999026.thfilter2,nil,tp)
local tc=g2:GetFirst() local tc=g2:GetFirst()
if not tc then return end if not tc then return 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