This commit is contained in:
aozhiwei 2023-06-01 16:46:45 +08:00
parent 421016484f
commit ac6c57a65c

View File

@ -3305,6 +3305,7 @@ void Room::ForwardGasRing(int n)
--n;
}
if (gas_data_.old_area_meta) {
return;
auto boss_tuple = gas_data_.old_area_meta->GetBoss();
if (boss_tuple && !IsGameOver()) {
const mt::Hero* hero_meta = mt::Hero::GetById(std::get<2>(*boss_tuple));