hondacrx
2021-12-07 14:18:01 -05:00
parent 8c8b965b7c
commit dcd4dc4226
3 changed files with 4 additions and 60 deletions
+2 -4
View File
@@ -142,10 +142,8 @@ namespace Scripts.World.NpcGuard
return;
}
}
if (ShouldSparWith(victim))
me.FakeAttackerStateUpdate(victim);
else
me.AttackerStateUpdate(victim);
me.AttackerStateUpdate(victim);
me.ResetAttackTimer();
task.Repeat();
});