1
This commit is contained in:
parent
2f4e6e2f10
commit
c7e1a4456f
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user