1
This commit is contained in:
parent
88667d4015
commit
c669be1a88
@ -320,7 +320,7 @@ void Hero::InitAI()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ai_meta->i->ai_kind() == kAI_MineSweeper) {
|
if (ai_meta->i->ai_kind() == kAI_MineSweeper) {
|
||||||
int time = 500 + rand() % 1500;
|
int time = 500 + rand() % 500;
|
||||||
int idle_time = 300 + rand() % 300;
|
int idle_time = 300 + rand() % 300;
|
||||||
((HeroAI*)ai)->ForceRandomWalk(time, idle_time);
|
((HeroAI*)ai)->ForceRandomWalk(time, idle_time);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user