From c470537152dcc6574ba411138f14d0e3ff1951a8 Mon Sep 17 00:00:00 2001 From: Poodmund Date: Tue, 14 Jan 2020 00:00:49 +0000 Subject: [PATCH] Change lights' rotation animation to rotate towards default placed position i.e. opposite to previous behaviour. --- .../Patches/Utility/restock-light-angles.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg index 2170854e..3d59632b 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg @@ -11,9 +11,9 @@ endEventGUIName = #LOC_RestockPlus_light_rotate_off actionGUIName = #LOC_RestockPlus_light_rotate_toggle allowDeployLimit = true - revClampDirection = false - revClampSpeed = true - revClampPercent = true + revClampDirection = true + revClampSpeed = false + revClampPercent = false } } @@ -28,8 +28,8 @@ endEventGUIName = #LOC_RestockPlus_light_rotate_off actionGUIName = #LOC_RestockPlus_light_rotate_toggle allowDeployLimit = true - revClampDirection = false - revClampSpeed = true - revClampPercent = true + revClampDirection = true + revClampSpeed = false + revClampPercent = false } }