This commit is contained in:
aozhiwei 2024-08-29 14:23:01 +08:00
parent 23e78c98ee
commit e6a0186c3e

View File

@ -257,11 +257,7 @@ void Incubator::AutoAllocAndroid()
case GasWaiting: case GasWaiting:
case GasMoving: case GasMoving:
{ {
#if 1
if (!hold_humans_.empty() && hold_humans_.size() > 0) { if (!hold_humans_.empty() && hold_humans_.size() > 0) {
#else
if (!hold_humans_.empty() && hold_humans_.size() > 6) {
#endif
Human* hum = hold_humans_[0]; Human* hum = hold_humans_[0];
if (room->GetGasData().GetGasMode() == GasWaiting && if (room->GetGasData().GetGasMode() == GasWaiting &&
hold_humans_.size() > 1 && hold_humans_.size() > 1 &&