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