mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
chore: 修复公招支援机械词条消失的问题
Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user