1
This commit is contained in:
parent
1e9b30b8d1
commit
16ad7bed65
@ -573,7 +573,7 @@ void AndroidNewAI::DoMoveNewAI()
|
||||
ChangeToStateNewAI(ASE_RandomWalk);
|
||||
return false;
|
||||
};
|
||||
int speed = std::max(1, (int)hum->GetSpeed());
|
||||
int speed = std::max(1, (int)hum->GetSpeed()) * 0.8;
|
||||
hum->_UpdateMove(speed);
|
||||
hum->on_move_collision = nullptr;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user