mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Adds an achievement for surviving as a cargonian * Adds an achievement for getting 1,000,000 credits * Adds an achievement for claiming the 10th cargo bounty * Adds an achievement for firing the BSA * Fixes compiletime due to bad string * Fixes BSA achievement not always firing when firing * Fixes bad indentation in bsa.dm * Attempts to fix the "achievements not reading nor writing to DB" problem * Attempt #2 at fixing achievements wholesale not working * Adds like a submicrosecond optimization * Sanitizes ckeys that're input into achievement queries The use of ckey() is actually enough to ensure an inability to do SQL injection. * Makes unlock_achievement always check if client exists * Removes the BSA achievement granting when firing thru artillerycontrol * Makes the bourgeois achievement grant on all with same real_name as millionaire * Update account.dm Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>