Commit 64b99e9d authored by wind2009's avatar wind2009 Committed by GitHub

Fix 粛声の祈り手ロー (#2314)

parent 06cc999f
...@@ -56,7 +56,7 @@ function s.rlevel(e,c) ...@@ -56,7 +56,7 @@ function s.rlevel(e,c)
else return lv end else return lv end
end end
function s.cfilter(c,tp,se) function s.cfilter(c,tp,se)
return c:IsRace(RACE_WARRIOR+RACE_DRAGON) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsType(TYPE_RITUAL) return c:IsFaceup() and c:IsRace(RACE_WARRIOR+RACE_DRAGON) and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsType(TYPE_RITUAL)
and (se==nil or c:GetReasonEffect()~=se) and c:IsControler(tp) and (se==nil or c:GetReasonEffect()~=se) and c:IsControler(tp)
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(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