Nerfs flashlight brightness due to them being different due to soft lighting

This commit is contained in:
Yoshax
2017-05-09 17:00:15 +01:00
parent 1f737cb826
commit 1c07f11def
2 changed files with 37 additions and 1 deletions

View File

@@ -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)