diff --git a/NewHorizons/External/Modules/PropModule.cs b/NewHorizons/External/Modules/PropModule.cs
index 3fc44d0c..f75dff51 100644
--- a/NewHorizons/External/Modules/PropModule.cs
+++ b/NewHorizons/External/Modules/PropModule.cs
@@ -602,7 +602,7 @@ namespace NewHorizons.External.Modules
/// Additional information about each arc in the text
///
public NomaiTextArcInfo[] arcInfo;
-
+
///
/// The normal vector for this object. Used for writing on walls and positioning computers.
///
@@ -667,6 +667,11 @@ namespace NewHorizons.External.Modules
[EnumMember(Value = @"stranger")] Stranger = 2
}
+
+ ///
+ /// Whether to skip modifying this spiral's placement, and instead keep the automatically determined placement.
+ ///
+ public bool keepAutoPlacement;
///
/// Whether to flip the spiral from left-curling to right-curling or vice versa.