mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 22:48:13 +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 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,
|
||||||
|
Loading…
Reference in New Issue
Block a user