mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
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:
committed by
Jordan Brown
parent
57f0a66092
commit
18802ff4e2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user