Commit 123f1663 authored by mercury233's avatar mercury233 Committed by GitHub

fix アウトバースト・ドラゴン

parent ff2be256
...@@ -66,7 +66,8 @@ function c87263576.splimit(e,c) ...@@ -66,7 +66,8 @@ function c87263576.splimit(e,c)
return not c:IsAttribute(ATTRIBUTE_DARK) return not c:IsAttribute(ATTRIBUTE_DARK)
end end
function c87263576.lkcon(e,tp,eg,ep,ev,re,r,rp) function c87263576.lkcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp local ph=Duel.GetCurrentPhase()
return Duel.GetTurnPlayer()~=tp and (ph==PHASE_MAIN1 or ph==PHASE_MAIN2)
end end
function c87263576.lkfilter(c,lc) function c87263576.lkfilter(c,lc)
return c:IsRace(RACE_DRAGON) and c:IsLinkSummonable(nil,lc) return c:IsRace(RACE_DRAGON) and c:IsLinkSummonable(nil,lc)
......
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