Commit 8238d443 authored by nekrozar's avatar nekrozar

fix

parent d80715fd
...@@ -44,8 +44,9 @@ function c75361204.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,8 +44,9 @@ function c75361204.operation(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e2) c:RegisterEffect(e2)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetCategory(CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON) e3:SetCategory(CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetCountLimit(1,75361204) e3:SetCountLimit(1,75361204)
e3:SetCondition(c75361204.spcon) e3:SetCondition(c75361204.spcon)
e3:SetCost(c75361204.spcost) e3:SetCost(c75361204.spcost)
......
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