Commit 944fa486 authored by DailyShana's avatar DailyShana

fix

parent 99af5eaa
...@@ -46,8 +46,7 @@ function c78274190.cacon(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,8 +46,7 @@ function c78274190.cacon(e,tp,eg,ep,ev,re,r,rp)
local d=Duel.GetAttackTarget() local d=Duel.GetAttackTarget()
if not d then return false end if not d then return false end
if a:IsStatus(STATUS_OPPO_BATTLE) and d:IsControler(tp) then a,d=d,a end if a:IsStatus(STATUS_OPPO_BATTLE) and d:IsControler(tp) then a,d=d,a end
if a:IsSetCard(0x9a) and a:IsChainAttackable() if a:IsSetCard(0x9a) and a:IsChainAttackable() then
and not a:IsStatus(STATUS_BATTLE_DESTROYED) and d:IsStatus(STATUS_BATTLE_DESTROYED) then
e:SetLabelObject(a) e:SetLabelObject(a)
return true return true
else return false end else return false 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