mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix.修复肉鸽一个没什么影响的小问题(格子数据用错了)
This commit is contained in:
@@ -469,7 +469,7 @@ asst::Point asst::RoguelikeBattleTaskPlugin::get_placed(Loc buildable_type)
|
||||
home = m_homes.at(m_cur_home_index);
|
||||
}
|
||||
|
||||
for (const auto& [loc, tile] : m_side_tile_info) {
|
||||
for (const auto& [loc, tile] : m_normal_tile_info) {
|
||||
if (tile.buildable == buildable_type
|
||||
|| tile.buildable == Loc::All) {
|
||||
if (m_used_tiles.find(loc) != m_used_tiles.cend()) {
|
||||
|
||||
Reference in New Issue
Block a user