Commit f01fb590 authored by Amiya's avatar Amiya

修复

parent 1832b543
Pipeline #43638 passed with stages
in 3 minutes and 11 seconds
......@@ -45,9 +45,9 @@ end
function s.spfilter(c,e,tp)
if not c:IsFaceupEx() or not c:IsSetCard(0x1144) then return false end
if c:IsCode(101305005,101305006,101305007) then
return c:IsCanBeSpecialSummoned(e,0,tp,false,true,POS_FACEUP_DEFENSE)
return c:IsCanBeSpecialSummoned(e,0,tp,false,true)
else
return c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
return c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
end
function s.spop(e,tp,eg,ep,ev,re,r,rp)
......
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