Commit b6de8649 authored by wind2009's avatar wind2009

Fix 火器の祝台

parent aaa82022
...@@ -23,7 +23,6 @@ function s.initial_effect(c) ...@@ -23,7 +23,6 @@ function s.initial_effect(c)
e3:SetCode(EVENT_SPSUMMON_SUCCESS) e3:SetCode(EVENT_SPSUMMON_SUCCESS)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCondition(s.ccon1) e3:SetCondition(s.ccon1)
e3:SetOperation(s.ctg)
e3:SetOperation(s.cop) e3:SetOperation(s.cop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
local e4=e3:Clone() local e4=e3:Clone()
...@@ -48,9 +47,6 @@ function s.ccon2(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,9 +47,6 @@ function s.ccon2(e,tp,eg,ep,ev,re,r,rp)
return re and re:IsActiveType(TYPE_TRAP+TYPE_SPELL) return re and re:IsActiveType(TYPE_TRAP+TYPE_SPELL)
and eg:IsExists(Card.IsPreviousLocation,1,nil,LOCATION_DECK) and eg:IsExists(Card.IsPreviousLocation,1,nil,LOCATION_DECK)
end end
function s.ctg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
end
function s.setfilter(c) function s.setfilter(c)
return c:IsSetCard(0x2c0) and c:IsType(TYPE_TRAP) and c:IsSSetable() return c:IsSetCard(0x2c0) and c:IsType(TYPE_TRAP) and c:IsSSetable()
end 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