mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Nerfs flashlight brightness due to them being different due to soft lighting
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user