mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
## About The Pull Request `modular_persistence.json` on player saves holds the path of any NIFs they have installed and ended the round with, but when we refactored `/obj/item/organ/internal` to just be `/obj/item/organ` these save files weren't updated, meaning people lost their NIFs and now we get runtime errors when an affected person joins the game. This code will check their save on load and update the path appropriately (which will then be written to the file at round end) ## Why It's Good For The Game They lost NIFs due to a bug ## Proof Of Testing I can't really do pictures for this but I got a save file that had invalid NIFs installed and used it to test locally and it worked, also tested save files without NIFs and clients that don't have a `modular_persistence.json` at all, no runtimes ## Changelog 🆑 fix: characters who had their NIFs disappear a few months ago should have them back now /🆑