From 1f91e2e57ba00d2d0ce41af717c6e3e6c276ddd1 Mon Sep 17 00:00:00 2001 From: FreezeDriedMangoes Date: Fri, 27 Jan 2023 14:20:46 -0500 Subject: [PATCH] forgot to commit the module change --- NewHorizons/External/Modules/PropModule.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.