chore: 修复公招支援机械词条消失的问题

Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
This commit is contained in:
zzyyyl
2022-09-29 14:44:58 +08:00
parent a05fdd0e52
commit ff4e76b0af

View File

@@ -700,7 +700,10 @@ bool update_recruitment_data(const std::filesystem::path& input_dir, const std::
else {
continue;
}
if (info.rarity == 5) {
if (info.rarity == 1) {
info.tags.emplace_back("支援机械");
}
else if (info.rarity == 5) {
info.tags.emplace_back("资深干员");
}
else if (info.rarity == 6) {