Commit 00bc2ada authored by wind2009's avatar wind2009

Fix 精霊の狩人

parent e1b4cc99
Pipeline #36312 passed with stages
in 3 minutes and 15 seconds
......@@ -40,7 +40,7 @@ function s.pfilter(c,tp)
end
function s.sfilter(c,e,tp)
return c:GetOriginalType()&TYPE_MONSTER>0 and c:IsFaceup() and c:IsCanBeSpecialSummoned(e,0,1-tp,false,false,POS_FACEUP,1-tp)
and Duel.GetLP(1-tp)>=c:GetBaseAttack()
and Duel.GetLP(1-tp)>=c:GetBaseAttack() and c:GetTextAttack()>=0
end
function s.settg(e,tp,eg,ep,ev,re,r,rp,chk)
local ft=0
......
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