From 10e0d8c259d2a93b5ce08aa66672eb81bae3dae3 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Tue, 14 Feb 2012 01:12:11 +0000 Subject: [PATCH] - Added feedback logging for the disposal auto-flush to see if there is an absurdly huge amount of flushing going on which would mess with atmos. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3123 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/recycling/disposal.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index d74c1b2c8b5..143c49d5e61 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -286,6 +286,7 @@ if( contents.len ) if(mode == 2) spawn(0) + feedback_inc("disposal_auto_flush",1) flush() flush_count = 0