mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 21:11:57 +00:00
* Adds a system for logging metadata about hard deletes (#76956) ## About The Pull Request I'm sick of the progress bar harddel, and I've ran into this problem in the past, so I'm just gonna do something about it If you want to provide an individual logged bit of info about a harddel, you can override `/datum/proc/dump_harddel_info()` and return a string containing "whatever" Use of this should be limited, this could potentially clutter del logs, especially if it's used on something that fails often, like pipes I do think it's still useful tho. It's output ingame, in the logs, and in unit test failures. Hopefully all nicely tho I'm only really 100% sure about in game. * Adds a system for logging metadata about hard deletes --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>