Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes RLD glowsticks not actually glowing (tgstation#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 :cl: fix: RLD glowsticks actually glow again. /:cl:
- Loading branch information