【修行】增加突破成功提示

dev_chengFeng
ZhangBiao 2021-06-02 11:34:11 +08:00
parent 31b7ba2508
commit 61f516f991
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ end
function this.ShowTipsOnUpgrade()
local prosData = XiuXianConfig[this.PracticeLevel].TotalPros
if prosData then
PopupTipPanel.ShowTip("突破成功!")
AttriTips.ShowAttriTip(prosData)
end
end