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 GasMoving:
{
#if 1
if (!hold_humans_.empty() && hold_humans_.size() > 0) {
#else
if (!hold_humans_.empty() && hold_humans_.size() > 6) {
#endif
Human* hum = hold_humans_[0];
if (room->GetGasData().GetGasMode() == GasWaiting &&
hold_humans_.size() > 1 &&