Commit b482a3d1 authored by VanillaSalt's avatar VanillaSalt

fix

parent e5a3945a
...@@ -98,7 +98,7 @@ function c20007374.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -98,7 +98,7 @@ function c20007374.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
tc:CompleteProcedure() tc:CompleteProcedure()
else elseif c:IsRelateToEffect(e) and not c:IsStatus(STATUS_LEAVE_CONFIRMED) then
c:CancelToGrave(false) c:CancelToGrave(false)
end end
end end
......
...@@ -55,7 +55,6 @@ function c62868900.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,6 @@ function c62868900.operation(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToEffect(e) or c:IsStatus(STATUS_LEAVE_CONFIRMED) then return end if not c:IsRelateToEffect(e) or c:IsStatus(STATUS_LEAVE_CONFIRMED) then return end
if tc:IsRelateToEffect(e) and tc:IsFaceup() then if tc:IsRelateToEffect(e) and tc:IsFaceup() then
Duel.Equip(tp,c,tc) Duel.Equip(tp,c,tc)
c:CancelToGrave()
--Atkup --Atkup
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_EQUIP) e1:SetType(EFFECT_TYPE_EQUIP)
...@@ -73,7 +72,7 @@ function c62868900.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,7 +72,7 @@ function c62868900.operation(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_EVENT+0x1fe0000) e2:SetReset(RESET_EVENT+0x1fe0000)
c:RegisterEffect(e2) c:RegisterEffect(e2)
else else
c:CancelToGrave(true) c:CancelToGrave(false)
end end
end end
function c62868900.eqlimit(e,c) function c62868900.eqlimit(e,c)
......
...@@ -74,7 +74,7 @@ function c75987257.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,7 +74,7 @@ function c75987257.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+0x1fe0000) e1:SetReset(RESET_EVENT+0x1fe0000)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
else elseif c:IsRelateToEffect(e) and not c:IsStatus(STATUS_LEAVE_CONFIRMED) then
c:CancelToGrave(false) c:CancelToGrave(false)
end end
end 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