diff --git a/server/gameserver/incubator.cc b/server/gameserver/incubator.cc index 85469f0c..23f11865 100644 --- a/server/gameserver/incubator.cc +++ b/server/gameserver/incubator.cc @@ -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