Commit 227d2c3b authored by yxli's avatar yxli

Fix 081 Angel

parent 76fdc07b
...@@ -54,7 +54,7 @@ function s.filter(c,e,tp,rg) ...@@ -54,7 +54,7 @@ function s.filter(c,e,tp,rg)
if lv>lv0 then if lv>lv0 then
return lv>0 and c:IsRace(RACE_FAIRY) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and rg:CheckWithSumEqual(Card.GetLevel,lv-lv0,1,99) return lv>0 and c:IsRace(RACE_FAIRY) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and rg:CheckWithSumEqual(Card.GetLevel,lv-lv0,1,99)
else else
return true return lv==lv0
end end
end end
function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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