Commit 02a8d93d authored by wind2009's avatar wind2009

Fix 春

parent ffb59312
Pipeline #34505 failed with stages
in 2 minutes and 18 seconds
No preview for this file type
......@@ -7,7 +7,7 @@ function s.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--
--counter
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,0))
e2:SetType(EFFECT_TYPE_IGNITION)
......@@ -59,6 +59,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetRange(LOCATION_FZONE)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2:SetCode(EFFECT_DISABLE_FIELD)
e2:SetValue(dis)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
......
#The first line is used for comment
!counter 0x6e 四季指示物
!setname 0x2cc 瞬间移动
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