Commit 5b86a2f6 authored by TanakaKotoha's avatar TanakaKotoha

amd yes

parent 59ae3567
......@@ -107,7 +107,7 @@ function cm.chaincon(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) then return false end
local ct=1
if cm.flag_chain and Duel.IsPlayerAffectedByEffect(tp,cm.flag_chain) then ct=2 end
return ct==e:GetLabel() and Duel.GetCurrentChain()==cm.effect_chain-ct
return ct==e:GetLabel() and Duel.GetCurrentChain()>cm.effect_chain-ct
end
function cm.chaintg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_DECK,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