Commit 0daf3075 authored by Momobako's avatar Momobako

Push by Appveyor

parent 0b57895e
......@@ -8,7 +8,7 @@ function c12001012.initial_effect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_PZONE)
e1:SetCountLimit(112001012))
e1:SetCountLimit(1)
e1:SetTarget(c12001012.target)
e1:SetOperation(c12001012.operation)
c:RegisterEffect(e1)
......@@ -55,4 +55,4 @@ end
function c12001012.drop(e,tp,eg,ep,ev,re,r,rp)
local p=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER)
Duel.Draw(p,1,REASON_EFFECT)
end
end
\ No newline at end of file
......@@ -27,7 +27,7 @@ function c12001025.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c12001025.filter3(c)
return c:IsFaceup() and not c:IsCode(12001025)
return c:IsFaceup() and not c:IsSetCard(0xfb0)
end
function c12001025.distg3(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return eg:IsExists(c12001025.filter3,1,nil) end
......@@ -55,4 +55,4 @@ function c12001025.disop(e,tp,eg,ep,ev,re,r,rp)
end
function c12001025.rcon(e)
return e:GetOwner():IsHasCardTarget(e:GetHandler())
end
end
\ No newline at end of file
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