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)
......
...@@ -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
......
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