xiyou_sanguo
parent
31c1796f2e
commit
988cdfaca1
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue