Ejemplo n.º 1
0
 public static bool CanBeKnockedUp(this Obj_AI_Base target)
 {
     return(ObjectManager.Player.IsBurrowed() ? target.GetBurrowBuffDuration() == 0 : target.GetBurrowBuffDuration() < 1);
 }