【礼物】===================礼物修改

TCX_dev_realOne_master
PC-202302260912\Administrator 2023-12-20 18:08:31 +08:00
parent 9ef33fb4a3
commit 07d7b2bf5f
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ function this.RefreshWindowData()
local proList=IncarnationManager.GetproDesLst(GiftManager.GetPlayerGiftAddPro(),"00FF00")
table.insert(proList,string.format("全体神将潜能等级+%s",GiftManager.GetPlayerGiftAddPotencyLv()))
table.insert(proList,string.format("全体神将礼物属性+%s%%",GiftManager.GetPlayerGiftAdd()))
if proList and #proList>0 then
this.proGrid:SetActive(true)
this.proEmptyObj:SetActive(false)