主角皮肤计算属性
This commit is contained in:
parent
44dc10fae6
commit
720d89e988
@ -70,6 +70,14 @@ export class HeroShared {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (otherBuff.model) {
|
||||
for (let [id, item] of Object.entries(otherBuff.model)) {
|
||||
if (item.time == -1 || item.time > G.time) {
|
||||
PublicShared.mergeProperty(buff, G.gc.playerModel[id].buff);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//计算装备属性
|
||||
|
Loading…
Reference in New Issue
Block a user