新武将:修改字段

This commit is contained in:
luying
2022-08-01 20:06:37 +08:00
parent e2dd6852af
commit 53ab0098e1
3 changed files with 9 additions and 3 deletions

View File

@@ -114,4 +114,8 @@ export class GuideGachaData extends ActivityBase {
}
return false;
}
public neverChoose() {
return this.stage == GUIDE_GACHA_STAGE.DECIDE && this.candidates.length <= 0;
}
}