Monster's nominal speed was increased.
This commit is contained in:
parent
0d33f2d11d
commit
2a52b390c0
@ -23,6 +23,7 @@ Sxw1212
|
||||
Taugeshtu
|
||||
tigerw (Tiger Wang)
|
||||
tonibm19
|
||||
UltraCoderRU
|
||||
worktycho
|
||||
xoft
|
||||
|
||||
|
@ -276,7 +276,7 @@ void cMonster::Tick(float a_Dt, cChunk & a_Chunk)
|
||||
{
|
||||
Distance.y = 0;
|
||||
Distance.Normalize();
|
||||
Distance *= 3;
|
||||
Distance *= 5;
|
||||
SetSpeedX(Distance.x);
|
||||
SetSpeedZ(Distance.z);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user