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