Commit 40d129b2 authored by Amiya's avatar Amiya

修复

parent fc9b0199
Pipeline #42683 passed with stages
in 4 minutes and 27 seconds
...@@ -20,7 +20,7 @@ function s.initial_effect(c) ...@@ -20,7 +20,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,id+o) e2:SetCountLimit(1,id+o)
e1:SetTarget(s.fsptg) e2:SetTarget(s.fsptg)
e2:SetOperation(s.fspop) e2:SetOperation(s.fspop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
-- --
......
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