Files
Bubberstation/code/datums
SkyratBot 904144babb [MIRROR] Makes achievements_score query database for count [MDB IGNORE] (#24971)
* 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>
2023-11-13 09:42:25 -05:00
..