mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
* Fixes RLD glowsticks not actually glowing (#83725) ## About The Pull Request So apparently RLD glowsticks just straight up didn't glow, but also thought they were on. Looking into it, this seemed to be an issue of it using `G.light_on = TRUE` rather than `G.turn_on()`. Replacing it with the latter fixes our issue. We then also just, replace the single letter variable `G`. ## Why It's Good For The Game Y'know I think glowsticks should probably like, actually glow, right? ## Changelog 🆑 fix: RLD glowsticks actually glow again. /🆑 * Fixes RLD glowsticks not actually glowing --------- Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>