mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-16 19:53:37 +01:00
407a79418f
## About The Pull Request Light flickering was forcing itself into async via waitfor but used sleeps and thus had zero respect for MC consumption. We fix the lag by - A) making it use stoplag instead of sleep and moving CHECK_TICK to be per-light instead of per-APC - B) reducing chance of lights to flicker in a particular room (reducing the amount of flickers looks weird) - C) reducing falloff distance to 32 from 64, as latter is half to third the station on most maps. # Conflicts: # code/modules/power/lighting/light.dm