Commit 9c224e20 authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent eba236cd
......@@ -68,10 +68,12 @@ function rsch.limitcost(code,cost2)
end
end
function cm.lfct1(c)
return c:IsRace(RACE_WARRIOR)
if c:IsCode(16104222) then return true end
return c:IsSetCard(0xccb) or rsch.IsSet1(c)
end
function cm.lfct2(c)
return c:GetSummonLocation()~=LOCATION_EXTRA
if c:IsCode(16104222) then return true end
return c:IsSetCard(0xccb) or rsch.IsSet1(c)
end
function cm.sltg(e,c)
if c:IsCode(16104222) then return false end
......
......@@ -66,7 +66,7 @@ function cm.con1(e,tp,eg,ep,ev,re,r,rp)
local n=Duel.GetCurrentChain()
local p=e:GetHandlerPlayer()
local flag=1
if n<=1 then flag=0
if n<1 then flag=0
end
return flag==0 and Duel.GetTurnPlayer()==e:GetHandlerPlayer() and not Duel.IsExistingMatchingCard(cm.cfilter,p,LOCATION_MZONE,0,1,nil)
end
......
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