Commit df0b71f7 authored by mercury233's avatar mercury233

fix

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