mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 06:21:57 +00:00
* Makes achievements_score query database for count (#79597) Instead of `/datum/award/score/achievements_score` counting achievement datums in-game and trying to keep up with what the database has we now just query the database for its current count of unlocked achievements by overriding the procs the achievements panel builds data from. This avoids cases like #79555. Count is still loaded to achievement data datum so it can be saved at round end. @ Time-Green * Makes achievements_score query database for count --------- Co-authored-by: Jordie <4343468+Jordie0608@users.noreply.github.com>