Commit 173a9f25 authored by wind2009's avatar wind2009

Add new card

parent 9041ba26
No preview for this file type
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
101208027 101208027
101208028 101208028
101208029 101208029
101208030
101208036 101208036
101208204 101208204
101208039 101208039
......
...@@ -14,7 +14,7 @@ function s.filter(c,e,tp) ...@@ -14,7 +14,7 @@ function s.filter(c,e,tp)
return c:IsRace(RACE_REPTILE) return c:IsRace(RACE_REPTILE)
end end
function s.mfilter(c) function s.mfilter(c)
return c:GetLevel()>0 and c:IsRace(RACE_REPTILE) and c:IsReleasable() return c:GetLevel()>0 and c:IsRace(RACE_REPTILE) and c:IsReleasable(REASON_EFFECT|REASON_MATERIAL|REASON_RITUAL)
end end
function s.gfilter(g) function s.gfilter(g)
return g:GetCount()<3 return g:GetCount()<3
......
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