Commit de5895b3 authored by POLYMER's avatar POLYMER

fix

parent 4e1f9c98
...@@ -9,7 +9,7 @@ function s.initial_effect(c) ...@@ -9,7 +9,7 @@ function s.initial_effect(c)
e2:SetCategory(CATEGORY_TOGRAVE+CATEGORY_REMOVE) e2:SetCategory(CATEGORY_TOGRAVE+CATEGORY_REMOVE)
e2:SetType(EFFECT_TYPE_ACTIVATE) e2:SetType(EFFECT_TYPE_ACTIVATE)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetCountLimit(1,id,EFFECT_COUNT_CODE_OATH) e2:SetCountLimit(1,id)
e2:SetTarget(s.acttg) e2:SetTarget(s.acttg)
e2:SetOperation(s.actop) e2:SetOperation(s.actop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
...@@ -20,7 +20,7 @@ function s.initial_effect(c) ...@@ -20,7 +20,7 @@ function s.initial_effect(c)
e3:SetCategory(CATEGORY_CONTROL) e3:SetCategory(CATEGORY_CONTROL)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_FZONE) e3:SetRange(LOCATION_FZONE)
e3:SetCountLimit(1,id+100,EFFECT_COUNT_CODE_OATH) e3:SetCountLimit(1,id)
e3:SetCost(s.ctcost) e3:SetCost(s.ctcost)
e3:SetTarget(s.cttg) e3:SetTarget(s.cttg)
e3:SetOperation(s.ctop) e3:SetOperation(s.ctop)
......
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