From 10da4a130468076e3bb4b58d7408d46ebca650ee Mon Sep 17 00:00:00 2001 From: "heisen51@gmail.com" Date: Mon, 26 Dec 2011 15:44:08 +0000 Subject: [PATCH] Unsecured disposal pipes are now density=0, so you can walk over them. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2818 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/recycling/disposal-construction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/recycling/disposal-construction.dm b/code/modules/recycling/disposal-construction.dm index 844a4b6091c..a78088d9841 100644 --- a/code/modules/recycling/disposal-construction.dm +++ b/code/modules/recycling/disposal-construction.dm @@ -7,7 +7,7 @@ icon = 'disposal.dmi' icon_state = "conpipe-s" anchored = 0 - density = 1 + density = 0 pressure_resistance = 5*ONE_ATMOSPHERE m_amt = 1850 level = 2