Commit a5739a44 authored by wind2009's avatar wind2009

Update SRクラッカーネル

parent bd761706
Pipeline #29643 passed with stages
in 1 minute and 23 seconds
...@@ -76,7 +76,7 @@ function s.splimit(e,c,tp,sumtp,sumpos) ...@@ -76,7 +76,7 @@ function s.splimit(e,c,tp,sumtp,sumpos)
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return (c:IsReason(REASON_BATTLE) or c:IsReason(REASON_EFFECT)) and c:IsPreviousLocation(LOCATION_ONFIELD) return c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsPreviousLocation(LOCATION_ONFIELD)
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
return c:IsCode(id) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsCode(id) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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