From 87fb6047616856b9dc087562559cf87cf6efb49f Mon Sep 17 00:00:00 2001 From: Markolie Date: Thu, 27 Nov 2014 23:05:31 +0100 Subject: [PATCH] Fix Supermatter message spam --- code/modules/supermatter/supermatter.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/supermatter/supermatter.dm b/code/modules/supermatter/supermatter.dm index 28b9814b435..f2e05b18256 100644 --- a/code/modules/supermatter/supermatter.dm +++ b/code/modules/supermatter/supermatter.dm @@ -117,6 +117,8 @@ if(!istype(L)) //We are in a crate or somewhere that isn't turf, if we return to turf resume processing but for now. return //Yeah just stop. + if(istype(L, /turf/space)) // Stop processing this stuff if we've been ejected. + return if(damage > warning_point) // while the core is still damaged and it's still worth noting its status