Commit 6b09f8d1 authored by wind2009's avatar wind2009 Committed by GitHub

Merge pull request #19 from Crescent0v0/patch-2

Fix 粛声の祈り手ロー
parents 5f12f51f 4effbb57
...@@ -57,7 +57,7 @@ function s.rlevel(e,c) ...@@ -57,7 +57,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)
...@@ -74,4 +74,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,4 +74,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
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