Make blindness less aggressive (#152)

This commit is contained in:
legokidlogan 2024-07-08 18:54:04 -05:00 committed by GitHub
parent c8e576d729
commit 209e4923e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
local EFFECT_NAME = "Blindness"
local FOG_START = 800
local FOG_END = 700
local FOG_END = 1000
local FOG_START_MULT = -100
local FOG_DENSITY = 1.999