Commit 6db22e31 authored by POLYMER's avatar POLYMER

fix

parent 3b495210
......@@ -19,7 +19,7 @@ function c28315943.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,28315943)
e2:SetCost(c28316347.cost)
e2:SetCost(c28315943.cost)
e2:SetTarget(c28315943.rectg)
e2:SetOperation(c28315943.recop)
e2:SetLabel(2)
......
......@@ -8,7 +8,6 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,id)
e2:SetCost(s.descost)
e2:SetTarget(s.destg)
e2:SetOperation(s.desop)
......@@ -31,7 +30,7 @@ function s.matfilter(c)
end
function s.cfilter(c)
return c:IsSetCard(0x5a31) and c:IsSSetable()
return c:IsSetCard(0x5a31) and c:IsSSetable() and c:IsType(TYPE_TRAP)
end
function s.filter1(c)
return c:IsSetCard(0x5a31) and c:IsType(TYPE_MONSTER) and c:IsFaceup() and c:IsAbleToHandAsCost()
......
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