This commit is contained in:
aozhiwei 2023-05-26 14:13:01 +08:00
parent 316f41d37a
commit 152df87951

View File

@ -254,7 +254,7 @@ void Incubator::AutoAllocAndroid()
return;
}
hold_humans_.erase(hold_humans_.begin());
room->xtimer.ModifyTime(alloc_timer_, SERVER_FRAME_RATE * (3 + rand() % 5));
room->xtimer.ModifyTime(alloc_timer_, SERVER_FRAME_RATE * (30 + rand() % 5));
}
}
break;