Commit bed9da32 authored by DailyShana's avatar DailyShana

fix 連鎖空穴

parent 3a22fc4e
...@@ -11,7 +11,7 @@ function c9581215.initial_effect(c) ...@@ -11,7 +11,7 @@ function c9581215.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c9581215.condition(e,tp,eg,ep,ev,re,r,rp) function c9581215.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentChain()>1 and rp==1-tp and re:IsActiveType(TYPE_MONSTER) and Duel.IsChainDisablable(ev) return ev>1 and rp==1-tp and re:IsActiveType(TYPE_MONSTER) and Duel.IsChainDisablable(ev)
end end
function c9581215.target(e,tp,eg,ep,ev,re,r,rp,chk) function c9581215.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true 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