fix: gacha face

This commit is contained in:
Aluxes 2024-05-24 01:28:22 +08:00
parent def6ab8c15
commit 6cbf429d9b
No known key found for this signature in database
GPG Key ID: 6696152F9C003087

View File

@ -111,7 +111,7 @@ let Gacha = {
let faceChar = Character.get(player.face || defaultFaceChar, game) let faceChar = Character.get(player.face || defaultFaceChar, game)
let imgs = faceChar?.imgs let imgs = faceChar?.imgs
if (!imgs?.face) { if (!imgs?.face) {
imgs = Character.get(10000079).imgs imgs = game === 'gs' ? Character.get(10000079, game).imgs : Character.get(1005, game).imgs
} }
return { return {
banner: imgs?.banner, banner: imgs?.banner,