1
This commit is contained in:
parent
5163e9ddde
commit
7ff6939e15
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user