diff --git a/sources/Zeds/NiceMonsterController.uc b/sources/Zeds/NiceMonsterController.uc index 1bcb5ab..59fd849 100644 --- a/sources/Zeds/NiceMonsterController.uc +++ b/sources/Zeds/NiceMonsterController.uc @@ -480,6 +480,7 @@ function bool SetEnemy( pawn newEnemy, // Do fight if we can if(bCanForceFight) { + moveTarget = newEnemy; ChangeEnemy(newEnemy, true); FightEnemy(false); return true;