Commit 402c0ac5 authored by nekrozar's avatar nekrozar

fix

parent acf5aa62
...@@ -58,8 +58,8 @@ function c32919136.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -58,8 +58,8 @@ function c32919136.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_EQUIP,e:GetHandler(),1,0,0) Duel.SetOperationInfo(0,CATEGORY_EQUIP,e:GetHandler(),1,0,0)
end end
function c32919136.operation(e,tp,eg,ep,ev,re,r,rp) function c32919136.operation(e,tp,eg,ep,ev,re,r,rp)
if c32919136.descon(e) then return end
local c=e:GetHandler() local c=e:GetHandler()
if c32919136.descon(e) then Duel.Destroy(c,REASON_EFFECT) end
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if c:IsRelateToEffect(e) and tc:IsFaceup() and tc:IsRelateToEffect(e) then if c:IsRelateToEffect(e) and tc:IsFaceup() and tc:IsRelateToEffect(e) then
Duel.Equip(tp,c,tc) Duel.Equip(tp,c,tc)
......
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