Commit 0a64c21e authored by 未闻皂名's avatar 未闻皂名

2025/6/30 bug修复

parent 51bc1a70
Pipeline #38387 passed with stages
in 18 minutes and 49 seconds
......@@ -27,7 +27,7 @@ function cm.sumcon(c,e,tp)
end
--Change Race
function cm.thfilter(c)
return c:IsCode(list[1]) and c:IsAbleToHand()
return c:IsCode(list[2]) and c:IsAbleToHand()
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return RD.IsCanChangeRace(e:GetHandler(),RACE_GALAXY)
......
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