Merge pull request #3433 from Yoshax/fleshlights

Nerfs flashlight brightness due to them being different due to soft lighting
This commit is contained in:
Neerti
2017-05-09 15:32:22 -04:00
committed by GitHub
2 changed files with 37 additions and 1 deletions
@@ -73,7 +73,7 @@
if(brightness_level == "low")
set_light(brightness_on/2)
else if(brightness_level == "high")
set_light(brightness_on*4)
set_light(brightness_on*1.5)
else
set_light(brightness_on)