This commit is contained in:
aozhiwei 2023-05-30 19:26:00 +08:00
parent 2f4e6e2f10
commit c7e1a4456f

View File

@ -3296,6 +3296,12 @@ void Room::ForwardGasRing(int n)
gas_data_.gas_count++; gas_data_.gas_count++;
--n; --n;
} }
if (gas_data_.new_area_meta) {
auto boss_tuple = gas_data_.new_area_meta->GetBoss();
if (boss_tuple && !IsGameOver()) {
}
}
} }
void Room::GetPartObjectWatchList(Entity* entity, std::vector<Human*>& watch_list) void Room::GetPartObjectWatchList(Entity* entity, std::vector<Human*>& watch_list)