mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-23 15:38:08 +00:00
* Fixes GC for observers and new players, and tons of loose references to stuff that shouldnt be (#55563) I've done this on a signal because atom_hud is applied very loosely in some contexes, and the objects themselves dont have an easy way to track back into what huds they're affected by, so this seemed the best. Properly cleans up next_time_allowed, which was missing. Update: I discovered this is also an issue for a lot of simple mobs, such as slimes and bots and such. So fixing this is huge * Fixes GC for observers and new players, and tons of loose references to stuff that shouldnt be Co-authored-by: Azarak <azarak10@gmail.com>