1
This commit is contained in:
parent
421016484f
commit
ac6c57a65c
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user