Tweaks lights to spark less (#42696)

* makes lights spark less

* applies cobby's suggestions from review

Co-Authored-By: VileBeggar <edmir995@gmail.com>
This commit is contained in:
Vile Beggar
2019-02-08 22:32:38 +01:00
committed by Jordan Brown
parent 57f0a66092
commit 18802ff4e2
+2 -2
View File
@@ -9,8 +9,8 @@
#define LIGHT_BROKEN 2
#define LIGHT_BURNED 3
#define BROKEN_SPARKS_MIN 15 SECONDS
#define BROKEN_SPARKS_MAX 30 SECONDS
#define BROKEN_SPARKS_MIN (30 SECONDS)
#define BROKEN_SPARKS_MAX (90 SECONDS)
/obj/item/wallframe/light_fixture
name = "light fixture frame"