Commit 35c2bb19 authored by mercury233's avatar mercury233

fix

parent eacf913e
...@@ -52,7 +52,7 @@ function c76871889.atcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,7 +52,7 @@ function c76871889.atcon(e,tp,eg,ep,ev,re,r,rp)
local bc=ec:GetBattleTarget() local bc=ec:GetBattleTarget()
e:SetLabelObject(ec) e:SetLabelObject(ec)
return ec:IsControler(tp) and ec:IsSetCard(0x106) and bc and bc:IsType(TYPE_MONSTER) return ec:IsControler(tp) and ec:IsSetCard(0x106) and bc and bc:IsType(TYPE_MONSTER)
and ec:IsChainAttackable(2,true) and ec:IsStatus(STATUS_OPPO_BATTLE) and ec:IsChainAttackable(0,true) and ec:IsStatus(STATUS_OPPO_BATTLE)
end end
function c76871889.atcfilter(c) function c76871889.atcfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x106) and c:IsAbleToRemoveAsCost() return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x106) and c:IsAbleToRemoveAsCost()
......
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