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