Commit f161f4ac authored by POLYMER's avatar POLYMER

fix

parent aa1fd8f3
......@@ -8,7 +8,7 @@ function s.initial_effect(c)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
c:RegisterEffect(e1)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_POSITION)
e1:SetCategory(CATEGORY_POSITION+CATEGORY_MSET)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
......
......@@ -14,7 +14,7 @@ function s.initial_effect(c)
c:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetDescription(1153)
e2:SetCategory(0)
e2:SetCategory(CATEGORY_SSET)
e2:SetTarget(s.settg2)
e2:SetOperation(s.setop2)
c:RegisterEffect(e2)
......
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