From a351798cdb5ec994912c08359ad911f9fd8ff19e Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Fri, 12 Jan 2024 19:36:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=9A=AE=E8=82=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/public/player.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/public/player.ts b/src/public/player.ts index 87e3d43..42cdf80 100644 --- a/src/public/player.ts +++ b/src/public/player.ts @@ -604,7 +604,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); + } } }