mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-05 22:31:04 +01:00
a1ef7811dd
## About The Pull Request Fixes this  Caused by this  Which is caused when you finish a mod suit by adding plating to it. It does not show up in the stack trace because `/obj/item/mod/construction/shell ` is deleted when you add plating to create the final mod suit. https://github.com/tgstation/tgstation/blob/6a83ad76e7cdd0c63f24c402d3a25063cdec04b7/code/modules/mod/mod_construction.dm#L234-L238 because the src is deleted, by the time balloon alert executes via async it adds a timer on the deleted mod core causing the runtime. ## Changelog 🆑 fix: balloon alert adding timer on deleted mod core after construction causing runtime. /🆑