mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
style: 调整返回格式
This commit is contained in:
@@ -28,9 +28,9 @@ namespace asst
|
||||
case ComparisonType::Equal:
|
||||
return utils::chars_to_number(requirement.chaos_level.value, num) && special_val == num;
|
||||
case ComparisonType::Unsupported:
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
static int process_task(const asst::RoguelikeEvent& event, const int special_val)
|
||||
|
||||
Reference in New Issue
Block a user