1
This commit is contained in:
parent
acb2ed251b
commit
e456117573
@ -247,7 +247,7 @@ Human* Incubator::ActiveAndroid(Human* hum)
|
||||
AllocAndroid(hum, 1, &androids);
|
||||
if (!androids.empty()) {
|
||||
target = androids[0];
|
||||
} else {
|
||||
} else if (!hold_humans_.empty()) {
|
||||
|
||||
}
|
||||
#ifdef DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user