From f6e0ba44269975c8469996fad073ba312b611c04 Mon Sep 17 00:00:00 2001 From: Morber <14136326+Morb0@users.noreply.github.com> Date: Tue, 2 Aug 2022 00:35:57 +0300 Subject: [PATCH] Fix torch & glowstick light (#10227) --- Resources/Prototypes/Entities/Objects/Misc/torch.yml | 1 + Resources/Prototypes/Entities/Objects/Tools/glowstick.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/torch.yml b/Resources/Prototypes/Entities/Objects/Misc/torch.yml index 1eee7c3781..ca3871d3bb 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/torch.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/torch.yml @@ -41,6 +41,7 @@ color: "#E25822" radius: 1.0 energy: 5.0 + netsync: false - type: LightBehaviour behaviours: - !type:RandomizeBehaviour # immediately make it bright and flickery diff --git a/Resources/Prototypes/Entities/Objects/Tools/glowstick.yml b/Resources/Prototypes/Entities/Objects/Tools/glowstick.yml index 6f12136dbd..3492180162 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/glowstick.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/glowstick.yml @@ -41,6 +41,7 @@ color: "#00FF00" radius: 5 energy: 0 + netsync: false - type: LightBehaviour behaviours: - !type:FadeBehaviour # slowly fade in once activated