Commit 0daf3075 authored by Momobako's avatar Momobako

Push by Appveyor

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