Fixed monster turn rate being too slow.

Fixed heavy weapons grunt AI being complete nonsense.
Small improvements to stukabat.
This commit is contained in:
Giegue
2023-03-06 02:08:37 -03:00
parent 750b916666
commit 73f240ddb1
7 changed files with 325 additions and 350 deletions

View File

@@ -1085,7 +1085,7 @@ jlb*/
{
m_movementActivity = ACT_FLY;
}
if ( LookupActivity( ACT_WALK ) != ACTIVITY_NOT_AVAILABLE )
else if ( LookupActivity( ACT_WALK ) != ACTIVITY_NOT_AVAILABLE )
{
m_movementActivity = ACT_WALK;
}