centurion targets stunned enemies
parent
4057c449a9
commit
9ec6187747
|
@ -50,6 +50,11 @@ public partial class CenturionAttackState : BlockAttackState
|
|||
{
|
||||
base.Think();
|
||||
|
||||
if (_bestTarget?.StunTime > 0)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
var teammate = FindBestTeammate();
|
||||
if (teammate is not null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue