This commit is contained in:
aozhiwei 2021-04-19 11:53:40 +08:00
parent c9a6a55ba6
commit 2751f3ff4d

View File

@ -156,7 +156,7 @@ void Incubator::AutoAllocAndroid()
Human* hum = hold_humans_[0]; Human* hum = hold_humans_[0];
if (room->GetGasData().gas_mode == GasWaiting && if (room->GetGasData().gas_mode == GasWaiting &&
hold_humans_.size() > 1 && hold_humans_.size() > 1 &&
((rand() % 100) > 30)) { ((rand() % 100) > 40)) {
Human* killer = nullptr; Human* killer = nullptr;
if (hold_humans_.size() == 2) { if (hold_humans_.size() == 2) {
killer = hold_humans_[1]; killer = hold_humans_[1];