Merge branch 'feature/skin' into dev
This commit is contained in:
commit
6bcd618d57
@ -655,7 +655,9 @@ export class PlayerFun {
|
|||||||
if (!heroskin[p.t]) {
|
if (!heroskin[p.t]) {
|
||||||
upskin[p.t] = 1;
|
upskin[p.t] = 1;
|
||||||
} else {
|
} else {
|
||||||
prize = prize.concat(G.gc.heroSkin[p.t].zhuanhuan);
|
for (let i = 0; i < p.n; i++) {
|
||||||
|
prize = prize.concat(G.gc.heroSkin[p.t].zhuanhuan);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user