Commit 125a622c authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Appliancer Dryer Drake (#1774)

parent 4a3a4144
......@@ -50,7 +50,7 @@ function c3507053.atkcon(e)
end
function c3507053.chcon(e,tp,eg,ep,ev,re,r,rp)
local ph=Duel.GetCurrentPhase()
return ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE and e:GetHandler():GetMutualLinkedGroupCount()>0 and Duel.GetTurnPlayer()==tp
return ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE and e:GetHandler():GetMutualLinkedGroupCount()>0 and Duel.GetTurnPlayer()==tp and Duel.GetCurrentChain()==0
end
function c3507053.chfilter(c)
return c:IsFaceup() and c:IsSetCard(0x14b) and c:GetSequence()<5
......
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