Commit 09a8b6f1 authored by POLYMER's avatar POLYMER

fix

parent 3eac67be
......@@ -34,7 +34,7 @@ function s.c4a71kang(c,con,tg,op,category,cardcode,message,excode)
e1:SetOperation(op)
c:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCountLimit(1,cardcode+o)
e2:SetCountLimit(1,cardcode+100)
e2:SetCondition(s.c4a71kangdiscon2)
c:RegisterEffect(e2)
--summon success
......
......@@ -40,7 +40,7 @@ function s.c4a71kang(c)
e1:SetOperation(s.rmop)
c:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCountLimit(1,id+o)
e2:SetCountLimit(1,id+100)
e2:SetCondition(s.c4a71kangdiscon2)
c:RegisterEffect(e2)
--summon success
......
......@@ -64,7 +64,7 @@ function c51926002.cfilter(c)
and g:IsExists(Card.IsAttribute,1,nil,ATTRIBUTE_FIRE)
and g:IsExists(Card.IsAttribute,1,nil,ATTRIBUTE_WIND)
end
function c51926002.tdcon(e,tp,eg,ep,ev,re,r,rp)
function c51926002.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c51926002.cfilter,tp,0,LOCATION_MZONE,1,nil)
end
function c51926002.thcost(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