Commit 8a1535c9 authored by 未闻皂名's avatar 未闻皂名

2024/10/7 bug修复

parent 7b3699ef
...@@ -31,10 +31,10 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,10 +31,10 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local b2=not tc:IsRace(race) local b2=not tc:IsRace(race)
local op=aux.SelectFromOptions(tp,{b1,aux.Stringid(m,1)},{b2,aux.Stringid(m,2)}) local op=aux.SelectFromOptions(tp,{b1,aux.Stringid(m,1)},{b2,aux.Stringid(m,2)})
if op==1 then if op==1 then
RD.ChangeRace(e,c,RACE_FIEND,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) RD.ChangeRace(e,tc,RACE_FIEND,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
end end
if op==2 then if op==2 then
RD.ChangeRace(e,c,race,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) RD.ChangeRace(e,tc,race,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
end end
end) end)
end end
\ No newline at end of file
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