Commit bb4bfb17 authored by 聖園ミカ's avatar 聖園ミカ 🐟

reclean

parent 9b0af566
Pipeline #26004 passed with stages
in 16 minutes and 57 seconds
......@@ -43,7 +43,7 @@ function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
end
function cm.spfilter2(c,e,tp,lv)
return c:IsLevel(lv*2) and c:IsRace(RACE_FAIRY) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsLevel(lv) and c:IsRace(RACE_FAIRY) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and cm.spfilter2(chkc,e,tp,e:GetLabel()) 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