Commit 6682bf97 authored by nekrozar's avatar nekrozar

fix

parent 99d68cc2
...@@ -14,7 +14,8 @@ function c86690572.initial_effect(c) ...@@ -14,7 +14,8 @@ function c86690572.initial_effect(c)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_TOHAND) e2:SetCategory(CATEGORY_TOHAND)
e2:SetDescription(aux.Stringid(86690572,0)) e2:SetDescription(aux.Stringid(86690572,0))
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetCost(c86690572.thcost) e2:SetCost(c86690572.thcost)
e2:SetTarget(c86690572.thtg) e2:SetTarget(c86690572.thtg)
......
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