Files
Bubberstation/code/game/objects/items/implants
Bloop 60790b3105 Fixes deleted implants causing runtimes (#95721)
## 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
2026-04-11 13:56:21 -04:00
..