diff --git a/RotationSolver.Basic/Rotations/CustomRotation_OtherInfo.cs b/RotationSolver.Basic/Rotations/CustomRotation_OtherInfo.cs
index ad44be4d9..9d2aed722 100644
--- a/RotationSolver.Basic/Rotations/CustomRotation_OtherInfo.cs
+++ b/RotationSolver.Basic/Rotations/CustomRotation_OtherInfo.cs
@@ -315,6 +315,12 @@ public static bool IsLongerThan(float time)
[Description("Is in TOP duty")]
public static bool IsInTOP => DataCenter.IsInTOP;
+ ///
+ /// Is player in FRU duty.
+ ///
+ [Description("Is in FRU duty")]
+ public static bool IsInFRU => DataCenter.IsInFRU;
+
///
/// Is player in duty.
///