Commit 68c5a7f6 authored by DailyShana's avatar DailyShana

fix

parent ade8e4e4
......@@ -63,9 +63,6 @@ function c33453260.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c33453260.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c33453260.descon(e) then
Duel.Destroy(c,REASON_EFFECT)
end
local tc=Duel.GetFirstTarget()
if c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) and tc:IsFaceup() then
Duel.Equip(tp,c,tc)
......
......@@ -39,7 +39,7 @@ function c43175858.initial_effect(c)
end
function c43175858.target(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetDecktopGroup(tp,3)
if chk==0 then return g:IsExists(Card.IsAbleToRemove,3,nil) end
if chk==0 then return g:FilterCount(Card.IsAbleToRemove,nil)==3 end
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,3,tp,LOCATION_DECK)
end
function c43175858.activate(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -40,9 +40,9 @@ function c94997874.postg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local g=Duel.SelectTarget(tp,c94997874.posfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_POSITION,g,1,0,0)
if g:GetFirst():IsFacedown() then
return e:SetLabel(0)
e:SetLabel(0)
else
return e:SetLabel(1)
e:SetLabel(1)
end
end
function c94997874.posop(e,tp,eg,ep,ev,re,r,rp)
......
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