diff --git a/Resources/Prototypes/Entities/Objects/Tools/flare.yml b/Resources/Prototypes/Entities/Objects/Tools/flare.yml index 10175d6a08..5f3d58ba84 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flare.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flare.yml @@ -49,8 +49,8 @@ - !type:RandomizeBehaviour # immediately make it bright and flickery id: turn_on interpolate: Nearest - minDuration: 0.02 - maxDuration: 0.06 + minDuration: 0.001 + maxDuration: 0.001 startValue: 6.0 endValue: 15.0 property: Energy @@ -65,8 +65,8 @@ - !type:RandomizeBehaviour # weaker flicker as it fades out id: fade_out interpolate: Nearest - minDuration: 0.02 - maxDuration: 0.06 + minDuration: 0.001 + maxDuration: 0.001 startValue: 4.0 endValue: 8.0 property: Energy