Commit 92b10929 authored by salix5's avatar salix5

fix

parent a596286a
...@@ -9,6 +9,7 @@ function c18326736.initial_effect(c) ...@@ -9,6 +9,7 @@ function c18326736.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_CHAIN_UNIQUE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c18326736.spcost) e1:SetCost(c18326736.spcost)
e1:SetTarget(c18326736.sptg) e1:SetTarget(c18326736.sptg)
......
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