Merge branch 'feature/skin' into dev

This commit is contained in:
xichaoyin 2024-01-12 19:36:24 +08:00
commit 6bcd618d57

View File

@ -655,7 +655,9 @@ export class PlayerFun {
if (!heroskin[p.t]) {
upskin[p.t] = 1;
} 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);
}
}
}