mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
My VERY FIRST PR, I used it to make ghost chat be bold, instead of using viewers() to figure out what ghosts could see the mob, I used get_mob_in_view() which sounded pretty descriptive. Unfortunately for me it was one of the most CPU intensive ways of determining who could view the speaker for this. So yeah, removing the second get_mobs_in_view and replacing it with viewers() Yes this code has been in since Oct/Nov time frame :(