漏提交
parent
1540876166
commit
f23ef79935
|
|
@ -149,7 +149,8 @@ function PokemonSummonTenResultPanel:OnOpen(...)
|
|||
if itemId == 16 and isActive then
|
||||
local currPrivilege = privilegeConfig[3004]
|
||||
local curShenzunLv=GetShenzunLv()
|
||||
itemNum = itemNum*(1+currPrivilege.Condition[curShenzunLv][2]/10000)
|
||||
local conditionIndex=curShenzunLv+1
|
||||
itemNum = itemNum*(1+currPrivilege.Condition[conditionIndex][2]/10000)
|
||||
end
|
||||
if itemId ==16 then
|
||||
this.tipText.gameObject:SetActive(true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue