Fixes radio encryption key quantum entanglement (#95210)

## About The Pull Request

Radio encryption key removal handling, including nulling, is handled in
`Exited()`. The key never exits the radio if it wasn't inside the radio
to begin with.

## Why It's Good For The Game

fixes #95207

## Changelog
🆑

fix: Radio encryption keys are no longer tied to their radios once
removed

/🆑
This commit is contained in:
Leland Kemble
2026-02-20 16:30:28 -05:00
committed by GitHub
parent a2af893039
commit ef0ee505ea
@@ -102,7 +102,7 @@
. = ..()
if(ispath(keyslot))
keyslot = new keyslot()
keyslot = new keyslot(src)
recalculateChannels()
perform_update_icon = FALSE