Commit b594019b authored by wind2009's avatar wind2009

Fix

parent e1ca17c7
Pipeline #41303 passed with stages
in 1 minute and 41 seconds
--K9-EX “Ripper/M
--K9-EX “Ripper/M
local s,id,o=GetID()
function s.initial_effect(c)
--xyz summon
......
......@@ -20,6 +20,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,EFFECT_COUNT_CODE_CHAIN)
e2:SetCondition(s.econ)
e2:SetTarget(s.etg)
e2:SetOperation(s.eop)
......
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