From aea424a902bccaef6554396b045eeb3e5781fa52 Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Fri, 12 Nov 2010 01:58:31 +0000 Subject: [PATCH] Fixed scrubbers not properly connecting to pipelines (which panurgomatic accidentally broke 100+ revisions back.) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@411 316c924e-a436-60f5-8080-3fe189b3f50e --- code/ATMOSPHERICS/components/unary/vent_scrubber.dm | 1 + goonstation.dme | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ATMOSPHERICS/components/unary/vent_scrubber.dm b/code/ATMOSPHERICS/components/unary/vent_scrubber.dm index 8c5809c2382..6ffb27a4ee8 100644 --- a/code/ATMOSPHERICS/components/unary/vent_scrubber.dm +++ b/code/ATMOSPHERICS/components/unary/vent_scrubber.dm @@ -59,6 +59,7 @@ return 1 initialize() + ..() set_frequency(frequency) update_icon() diff --git a/goonstation.dme b/goonstation.dme index 179b7246fd9..28994037ea8 100644 --- a/goonstation.dme +++ b/goonstation.dme @@ -344,7 +344,6 @@ #include "code\game\machinery\spaceheater.dm" #include "code\game\machinery\status_display.dm" #include "code\game\machinery\teleporter.dm" -#include "code\game\machinery\travel.dm" #include "code\game\machinery\turrets.dm" #include "code\game\machinery\vending.dm" #include "code\game\machinery\atmoalter\canister.dm"