形象:获得武将头像
This commit is contained in:
@@ -112,10 +112,10 @@ export async function unlockFigure(roleId: string, conditions: {type: number, nu
|
||||
if(figure && figure.unlocked) figureInfo.heads.push(figure);
|
||||
} else if (dicItid.type == CONSUME_TYPE.FRAME) {
|
||||
let figure = unlockSingleFigure(frames, id, false, type);
|
||||
if(figure && figure.unlocked) figureInfo.heads.push(figure);
|
||||
if(figure && figure.unlocked) figureInfo.frames.push(figure);
|
||||
} else if (dicItid.type == CONSUME_TYPE.SPINE) {
|
||||
let figure = unlockSingleFigure(spines, id, false, type);
|
||||
if(figure && figure.unlocked) figureInfo.heads.push(figure);
|
||||
if(figure && figure.unlocked) figureInfo.spines.push(figure);
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user