Fixes kinesis runtime due to un-unregistering signals (#85037)

## About The Pull Request

Kinesis MODsuit module currently runtimes if you try to grab an item you
already grabbed and released before because the signals aren't
unregistered.

## Changelog
🆑
fix: Fixed kinesis runtime due to un-unregistered signals
/🆑
This commit is contained in:
SmArtKar
2024-07-19 00:18:59 +01:00
committed by GitHub
parent 5aa4604bce
commit abd0a76c57
@@ -180,6 +180,7 @@
if(playsound)
playsound(grabbed_atom, 'sound/effects/empulse.ogg', 75, TRUE)
STOP_PROCESSING(SSfastprocess, src)
UnregisterSignal(grabbed_atom, list(COMSIG_MOB_STATCHANGE, COMSIG_MOVABLE_SET_ANCHORED))
kinesis_catcher = null
mod.wearer.clear_fullscreen("kinesis")
grabbed_atom.cut_overlay(kinesis_icon)