Commit 2e9d648d authored by Momobako's avatar Momobako

Push by Appveyor

parent f73f7cd1
...@@ -32,7 +32,7 @@ function c12001002.filter(c) ...@@ -32,7 +32,7 @@ function c12001002.filter(c)
return c:IsSetCard(0xfb0) and c:IsAbleToHand() and c:IsType(TYPE_SPELL+TYPE_TRAP) return c:IsSetCard(0xfb0) and c:IsAbleToHand() and c:IsType(TYPE_SPELL+TYPE_TRAP)
end end
function c12001002.target1(e,tp,eg,ep,ev,re,r,rp,chk) function c12001002.target1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c12000002.filter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c12001002.filter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
function c12001002.operation(e,tp,eg,ep,ev,re,r,rp) function c12001002.operation(e,tp,eg,ep,ev,re,r,rp)
......
...@@ -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(1,) 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)
......
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