Compare commits

...

2 Commits

Author SHA1 Message Date
xichaoyin
6bcd618d57 Merge branch 'feature/skin' into dev 2024-01-12 19:36:24 +08:00
xichaoyin
a351798cdb feat:皮肤 2024-01-12 19:36:09 +08:00

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);
}
}
}