mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01: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