diff --git a/mod_celadon/SCP096/code/keybinds.dm b/mod_celadon/SCP096/code/keybinds.dm index 39005ab78e..0f79d4fcc8 100644 --- a/mod_celadon/SCP096/code/keybinds.dm +++ b/mod_celadon/SCP096/code/keybinds.dm @@ -11,4 +11,9 @@ /mob/living/scp096/verb/stop_screaming() set name = "Stop scream" set category = "IC" - Destroy() + + target = null + LAZYCLEARLIST(targets) + current_state = STATE_096_IDLE + icon_state = "scp" + update_icon()