1
This commit is contained in:
parent
c9a6a55ba6
commit
2751f3ff4d
@ -156,7 +156,7 @@ void Incubator::AutoAllocAndroid()
|
||||
Human* hum = hold_humans_[0];
|
||||
if (room->GetGasData().gas_mode == GasWaiting &&
|
||||
hold_humans_.size() > 1 &&
|
||||
((rand() % 100) > 30)) {
|
||||
((rand() % 100) > 40)) {
|
||||
Human* killer = nullptr;
|
||||
if (hold_humans_.size() == 2) {
|
||||
killer = hold_humans_[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user