Commit 7af34192 authored by wind2009's avatar wind2009

Fix ARG☆S-GiantKilling

parent 455b3aaf
Pipeline #32054 passed with stages
in 1 minute and 39 seconds
...@@ -36,8 +36,9 @@ function s.sumfilter(c) ...@@ -36,8 +36,9 @@ function s.sumfilter(c)
return c:IsSummonable(true,nil) and c:IsRace(RACE_WARRIOR) return c:IsSummonable(true,nil) and c:IsRace(RACE_WARRIOR)
end end
function s.chkfilter(c) function s.chkfilter(c)
return c:IsAllTypes(TYPE_CONTINUOUS|TYPE_TRAP) and c:IsFaceup() and c:IsEffectProperty(aux.EffectCategoryFilter(CATEGORY_SPECIAL_SUMMON)) and return c:IsAllTypes(TYPE_CONTINUOUS|TYPE_TRAP) and c:IsFaceup() and
(c:IsLocation(LOCATION_MZONE) or (c:IsLocation(LOCATION_MZONE) or
c:IsEffectProperty(aux.EffectCategoryFilter(CATEGORY_SPECIAL_SUMMON)) and
(c:GetOriginalLevel()>0 (c:GetOriginalLevel()>0
or bit.band(c:GetOriginalRace(),0x3fffffff)~=0 or bit.band(c:GetOriginalRace(),0x3fffffff)~=0
or bit.band(c:GetOriginalAttribute(),0x7f)~=0 or bit.band(c:GetOriginalAttribute(),0x7f)~=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