Commit 31ad3e2a authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Guardian Ceal (#1615)

parent 2c762c8d
...@@ -35,7 +35,7 @@ function c10755153.sumcon(e) ...@@ -35,7 +35,7 @@ function c10755153.sumcon(e)
return not Duel.IsExistingMatchingCard(c10755153.cfilter,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil) return not Duel.IsExistingMatchingCard(c10755153.cfilter,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil)
end end
function c10755153.sumlimit(e,se,sp,st,pos,tp) function c10755153.sumlimit(e,se,sp,st,pos,tp)
return not Duel.IsExistingMatchingCard(c10755153.cfilter,sp,LOCATION_ONFIELD,0,1,nil) return Duel.IsExistingMatchingCard(c10755153.cfilter,sp,LOCATION_ONFIELD,0,1,nil)
end end
function c10755153.costfilter(c,ec) function c10755153.costfilter(c,ec)
return c:IsFaceup() and c:GetEquipTarget()==ec and c:IsAbleToGraveAsCost() return c:IsFaceup() and c:GetEquipTarget()==ec and c:IsAbleToGraveAsCost()
......
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