Commit 7ecaa160 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 3b2fdea8
...@@ -23,7 +23,7 @@ function c30000205.initial_effect(c) ...@@ -23,7 +23,7 @@ function c30000205.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1,30000205) e2:SetCountLimit(1,30000206)
e2:SetCost(c30000205.cost) e2:SetCost(c30000205.cost)
e2:SetTarget(c30000205.target1) e2:SetTarget(c30000205.target1)
e2:SetOperation(c30000205.operation) e2:SetOperation(c30000205.operation)
...@@ -32,7 +32,7 @@ function c30000205.initial_effect(c) ...@@ -32,7 +32,7 @@ function c30000205.initial_effect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP) e3:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
e3:SetCode(EVENT_REMOVE) e3:SetCode(EVENT_REMOVE)
e3:SetCountLimit(1,30000205) e3:SetCountLimit(1,30000207)
e3:SetTarget(c30000205.sttg) e3:SetTarget(c30000205.sttg)
e3:SetOperation(c30000205.stop) e3:SetOperation(c30000205.stop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
......
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