Merge pull request #1712 from Citadel-Station-13/upstream-merge-28618

[MIRROR] Fixes shining lights into peoples eyes
This commit is contained in:
LetterJay
2017-06-20 20:30:24 -05:00
committed by GitHub
@@ -11,7 +11,7 @@
actions_types = list(/datum/action/item_action/toggle_light)
var/on = 0
var/brightness_on = 4 //range of light when on
var/flashlight_power //strength of the light when on. optional
var/flashlight_power = 1 //strength of the light when on
/obj/item/device/flashlight/Initialize()
..()