Commit 9c224e20 authored by TanakaKotoha's avatar TanakaKotoha

foo foo

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