public override float GetPriority(Pawn pawn) { var abilityUser = pawn.Abilities(); if (abilityUser == null) { return(-100f); } return(100); }