Commit 63975547 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent d6793102
...@@ -19,8 +19,7 @@ function c73779005.thcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -19,8 +19,7 @@ function c73779005.thcon(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 d:IsControler(tp) then a,d=d,a end if d:IsControler(tp) then a,d=d,a end
return a:IsType(TYPE_NORMAL) return a:IsType(TYPE_NORMAL) and d:IsStatus(STATUS_BATTLE_DESTROYED)
and not a:IsStatus(STATUS_BATTLE_DESTROYED) and d:IsStatus(STATUS_BATTLE_DESTROYED)
end end
function c73779005.filter(c) function c73779005.filter(c)
return c:IsType(TYPE_NORMAL) and c:IsLevelAbove(4) and c:IsAbleToHand() return c:IsType(TYPE_NORMAL) and c:IsLevelAbove(4) and c:IsAbleToHand()
......
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