Commit a542404b authored by Amiya's avatar Amiya

parent 234e199f
Pipeline #33551 passed with stages
in 3 minutes
No preview for this file type
...@@ -18,6 +18,7 @@ function s.initial_effect(c) ...@@ -18,6 +18,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_CHAINING) e2:SetCode(EVENT_CHAINING)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,id)
e2:SetCondition(s.rmcon) e2:SetCondition(s.rmcon)
e2:SetCost(s.rmcost) e2:SetCost(s.rmcost)
e2:SetTarget(s.rmtg) e2:SetTarget(s.rmtg)
......
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