Commit 0906a0d4 authored by mercury233's avatar mercury233

fix

parent 04b1e9e0
...@@ -16,7 +16,7 @@ function c88283496.retcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -16,7 +16,7 @@ function c88283496.retcon(e,tp,eg,ep,ev,re,r,rp)
if tc==e:GetHandler() then tc=Duel.GetAttackTarget() end if tc==e:GetHandler() then tc=Duel.GetAttackTarget() end
if not tc then return false end if not tc then return false end
e:SetLabelObject(tc) e:SetLabelObject(tc)
return IsLevelBelow(4) and not tc:IsStatus(STATUS_BATTLE_DESTROYED) return tc:IsLevelBelow(4) and not tc:IsStatus(STATUS_BATTLE_DESTROYED)
end end
function c88283496.rettg(e,tp,eg,ep,ev,re,r,rp,chk) function c88283496.rettg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk ==0 then return e:GetLabelObject():IsAbleToHand() end if chk ==0 then return e:GetLabelObject():IsAbleToHand() 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