xiyou_sanguo
zhangjiannan 2025-12-25 12:44:59 +08:00
parent 31c1796f2e
commit 988cdfaca1
1 changed files with 7 additions and 0 deletions

View File

@ -283,6 +283,13 @@ function this.SetLoopUI()
else
this.SetLoopPre(loopList[loopCount], 1)
end
elseif rules[1] == 3 then
if BecomeAGodManager.playerGodLevel < rules[2] then
this.SetLoopPre(loopList[loopCount], 2, v.SlotPosition, didLv)
break
else
this.SetLoopPre(loopList[loopCount], 1)
end
end
end