Commit b476a201 authored by GuGu's avatar GuGu

Update c99999011.lua 57行红字

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