From d6b6fd07da67a5907f9748b577c8edfe6cc2a5fd Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Sun, 9 Dec 2018 21:49:50 -0800 Subject: [PATCH] Light config --- .../ReStock/Patches/Electrical/restock-lights.cfg | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg index d57da63d..eee75922 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg @@ -16,6 +16,11 @@ scale = 1,1,1 rotation = 0, 0, 0 } + + @MODULE[ModuleLight] + { + @animationName = RestockSpotLight_On + } // MODEL // { // model = Squad/Parts/Utility/spotLightMk1/model @@ -34,8 +39,8 @@ scale = 1,1,1 rotation = 0, 0, 0 } -// MODEL -// { -// model = Squad/Parts/Utility/spotLightMk2/model -// } + @MODULE[ModuleLight] + { + @animationName = RestockFloodLight_On + } }