Files
Bubberstation/code/game/objects/items/rcd
SkyratBot 35c16b0753 [MIRROR] Fixes RLD glowsticks not actually glowing (#28015)
* 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>
2024-06-06 18:23:36 +05:30
..
2024-04-28 22:24:01 +02:00
2024-04-28 22:24:01 +02:00