This commit is contained in:
aozhiwei 2020-07-09 17:02:32 +08:00
parent 5163e9ddde
commit 7ff6939e15

View File

@ -2390,7 +2390,7 @@ a8::Vec2 Room::GetDefaultBornPoint()
void Room::AddPlayerPostProc(Player* hum)
{
if (room_type_ == RT_NewBrid) {
CreateAndroid(20 + rand() % 10);
CreateAndroid(10 + rand() % 5);
xtimer.AddDeadLineTimerAndAttach(SERVER_FRAME_RATE * (1 + rand() % 3),
a8::XParams()
.SetSender(hum),