未解锁英雄装备升级有红点处理
This commit is contained in:
parent
3f31bec399
commit
0c1a32e322
@ -280,7 +280,7 @@ end
|
||||
-- 部位是否可升级
|
||||
function EquipEntity:canLevelUp()
|
||||
-- 判断英雄解锁
|
||||
if not self:getHeroEntity():isUnlock() then
|
||||
if not self:getHeroEntity():isActived() then
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user