mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 14:38:30 +00:00
fix: gacha face
This commit is contained in:
parent
def6ab8c15
commit
6cbf429d9b
@ -111,7 +111,7 @@ let Gacha = {
|
||||
let faceChar = Character.get(player.face || defaultFaceChar, game)
|
||||
let imgs = faceChar?.imgs
|
||||
if (!imgs?.face) {
|
||||
imgs = Character.get(10000079).imgs
|
||||
imgs = game === 'gs' ? Character.get(10000079, game).imgs : Character.get(1005, game).imgs
|
||||
}
|
||||
return {
|
||||
banner: imgs?.banner,
|
||||
|
Loading…
Reference in New Issue
Block a user