From 91e440e26cfd28866e242aec3e742ec7045eeeee Mon Sep 17 00:00:00 2001 From: Kilakk Date: Sun, 27 Oct 2013 00:42:11 -0400 Subject: [PATCH] Fixes #3801, C4 will no longer destroy the analyzer it's inside of Committed to dev-freeze because the fix doesn't work with the click code on master --- code/modules/research/destructive_analyzer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/research/destructive_analyzer.dm b/code/modules/research/destructive_analyzer.dm index 72430976b8..15aafd77e9 100644 --- a/code/modules/research/destructive_analyzer.dm +++ b/code/modules/research/destructive_analyzer.dm @@ -99,6 +99,7 @@ Note: Must be placed within 3 tiles of the R&D Console spawn(10) icon_state = "d_analyzer_l" busy = 0 + return 1 return //For testing purposes only.