]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove flare flickering (#15787)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 30 Apr 2023 17:56:17 +0000 (03:56 +1000)
committerGitHub <noreply@github.com>
Sun, 30 Apr 2023 17:56:17 +0000 (13:56 -0400)
It's soooooo annoying.

Resources/Prototypes/Entities/Objects/Tools/flare.yml

index e67c8f74a4b7798ab74e3feedda696173627de31..e8fb33e73e56208c81c4f23ecc3fcabc487f5010 100644 (file)
@@ -1,5 +1,5 @@
 - type: entity
-  name: emergency flare # todo: we need some sort of IgnitionSourceComponent we can add to this, so when it's lit it will cause fires when touching fuel
+  name: emergency flare
   parent: BaseItem
   id: Flare
   description: A flare that produces a very bright light for a short while. Point the flame away from yourself.
     temperature: 1000
   - type: LightBehaviour
     behaviours:
-      - !type:RandomizeBehaviour # immediately make it bright and flickery
-        id: turn_on
-        interpolate: Nearest
-        minDuration: 0.001
-        maxDuration: 0.001
-        startValue: 6.0
-        endValue: 15.0
-        property: Energy
-        isLooped: true
       - !type:FadeBehaviour # have the radius start small and get larger as it starts to burn
         id: turn_on
         interpolate: Linear