Commit 4fa573de authored by GuGu's avatar GuGu

Update c99999011.lua

parent 120c64be
Pipeline #29180 passed with stage
in 7 seconds
......@@ -53,7 +53,7 @@ function c99999011.condition(e,tp,eg,ep,ev,re,r,rp)
return ph==PHASE_MAIN1 or ph==PHASE_MAIN2
end
function c99999011.filter(c,e,tp)
if not c:GetReasonEffect():GetHandler() then return false end
if not (c:GetReasonEffect() and c:GetReasonEffect():GetHandler()) then return false end
return c:GetReasonEffect():GetHandler()==e:GetHandler() and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c99999011.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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