Skip to content

Commit

Permalink
Increases the broken light spark cooldown 6 folds (tgstation#54579)
Browse files Browse the repository at this point in the history
Whenever you stop to do something, and there's a broken light around, you would notice it spark, and if you stay, it sparks over and over again, becoming less of a nice rare occurance to something more annoying. This was very apparent during a shift yesterday on Manuel, where the entire station had lights broken, but they kept sparking over and over again and it never quite felt like we're in darkness.
  • Loading branch information
Azarak authored Oct 25, 2020
1 parent 481029e commit cac3e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/power/lighting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#define LIGHT_BROKEN 2
#define LIGHT_BURNED 3

#define BROKEN_SPARKS_MIN (30 SECONDS)
#define BROKEN_SPARKS_MAX (90 SECONDS)
#define BROKEN_SPARKS_MIN (3 MINUTES)
#define BROKEN_SPARKS_MAX (9 MINUTES)

#define LIGHT_DRAIN_TIME 25
#define LIGHT_POWER_GAIN 35
Expand Down

0 comments on commit cac3e6e

Please sign in to comment.