Compare commits
2 Commits
bed7c86211
...
2e1bd44f0f
Author | SHA1 | Date | |
---|---|---|---|
2e1bd44f0f | |||
45c5a195ed |
@ -322,7 +322,7 @@ export class HeroShared {
|
||||
static amendAttr(buff: k_v<number>) {
|
||||
for (let k in buff) {
|
||||
if (typeof buff[k] != 'number') continue;
|
||||
if (k.indexOf('pro') != -1 || k.indexOf('drop') != -1) continue;
|
||||
if (k.indexOf('pro') != -1 || k.indexOf('drop') != -1 || k=='addhp') continue;
|
||||
buff[k] = Math.floor(buff[k]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user