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 + } }