Commit 3ce59cac authored by 聖園ミカ's avatar 聖園ミカ 🐟

man!

parent 360c64aa
--第10032次轮回
local s,id,o=GetID()
c5012607.MoJin=true
s.MoJin=true
function s.initial_effect(c)
aux.AddCodeList(c,5012604)
--Activate
......@@ -8,6 +8,7 @@ function s.initial_effect(c)
e1:SetCategory(CATEGORY_REMOVE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
--e1:SetCountLimit(1,id)
e1:SetCost(s.cost)
e1:SetTarget(s.target)
......@@ -101,7 +102,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
function s.aclimit(e,re,tp)
local rc=re:GetHandler()
return not rc.MoJin==true
return not s.MoJin==true
end
function s.retop(e,tp,eg,ep,ev,re,r,rp)
local g=e:GetLabelObject()
......
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