Commit fa789aaa authored by 未闻皂名's avatar 未闻皂名

2025/10/29 bug修复

parent 71f964f7
Pipeline #41317 passed with stages
in 8 minutes and 35 seconds
local cm,m=GetID()
local list={120293065}
local list={120293068,120293065}
cm.name="英魂的凭依"
function cm.initial_effect(c)
RD.AddCodeList(c,list)
......@@ -18,7 +18,7 @@ function cm.ritual_mat_filter(c)
end
--Activate
function cm.spfilter(c)
return c:IsCode(list[1])
return c:IsCode(list[2])
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return RD.IsPlayerNoActivateInThisTurn(tp,list[1])
......
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