mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-22 22:54:33 +01:00
60790b3105
## About The Pull Request qdeleting an implant typically occurs in cases like mob or bodypart deletion. Some implants have effects after they are removed, like the storage implant. <img width="1369" height="257" alt="image" src="https://github.com/user-attachments/assets/fa58bd38-1e09-446b-acfa-5ed9845e9c81" /> Which if done on a qdeleting mob, will cause runtimes and issues. We have a `special` arg here for cases just like this so let's use it. This PR just ensures that hard-destruction of implants is silent and free of effects like that. ## Why It's Good For The Game Fixes an oversight ## Changelog Not player facing really