1
This commit is contained in:
parent
c7e1a4456f
commit
79298794b4
@ -3299,7 +3299,10 @@ void Room::ForwardGasRing(int n)
|
|||||||
if (gas_data_.new_area_meta) {
|
if (gas_data_.new_area_meta) {
|
||||||
auto boss_tuple = gas_data_.new_area_meta->GetBoss();
|
auto boss_tuple = gas_data_.new_area_meta->GetBoss();
|
||||||
if (boss_tuple && !IsGameOver()) {
|
if (boss_tuple && !IsGameOver()) {
|
||||||
|
const mt::Hero* hero_meta = mt::Hero::GetById(std::get<2>(*boss_tuple));
|
||||||
|
if (hero_meta) {
|
||||||
|
int hero_uniid = AllocUniid();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user